Hi all, im trying to get this here program to build, but for some reason, it refuses to do so.
Now, I keep getting this message saying that my bottom bracket (Line 52) is expecting "while" but I already have a bracket closing off "while" portion of the code.
Can someone take a quick look and tell me whats going wrong with this?
Couple little problems here:
1. You need to close the 'do' statements, which is currently left open, and the statements after the while in brackets are... well pointless? No, but you don't need the brackets, because you aren't starting another while loop using those. So remove those brackets and add one before the while and it should run fine.