[Solved] Why wont this work?

This code was working fine, but my code wasn’t updating. (Yes, I did save.) I closed and reopened unity, and this happened. Please help.

You’re simply missing the semicolons ( ; ) at the ends of your statements :wink:

int max = 1000;
int min = 1;
int guess = 500;
2 Likes

Thx

1 Like

Privacy & Terms