LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Please help, basic error that I can’t solve

Root / Programming Questions / [.]

SophCameraCreated:
It keeps saying “syntax error on line 11” but I have no idea how to solve it. I know it’s not the variables because if I change them to numbers it’s still an error. https://imgur.com/a/lvubMse Edit: I fixed it by adding print before the question mark lol, but now it says “illegal function call on 0:11 (floor)” heeelp!!

Put ; between the things you want to print on that line.
PRINT "IS YOUR NUMBER ";FLOOR((LOWEST + HIGHEST)/2);"?"

Put ; between the things you want to print on that line.
PRINT "IS YOUR NUMBER ";FLOOR((LOWEST + HIGHEST)/2);"?"
OOOH! Thank you so much!