C
C#2y ago
TOLOXI

im coding a guessing game but got an error [Answered]

does anyone know how to fix this error
3 Replies
Anchy
Anchy2y ago
on line 20 you are using a semicolon which basically ends that scope, then you are starting a new scope which is unrelated to the if statement scope on line 20 remove the semicolon
Tvde1
Tvde12y ago
I believe the warning already tells you you probably don't want a semicolon there
Accord
Accord2y ago
✅ This post has been marked as answered!