Hi! I have to make a code that keeps asking the user to guess a number between 1 and 10 until the user enters a 4. my current code isn't working but i'm not sure why that is... can somebody help me identify what i'm doing wrong/suggest how i can fix it?
The return 0 is in the while block. You need to place the return 0 outside the while block and also add a "}" sign to indicate the end of the main function