i have a ton of these errors in my code. Class, interface, enum expected. I do not understand what that means. I try looking it up but it did not help me understand fully what it means?
Printable View
i have a ton of these errors in my code. Class, interface, enum expected. I do not understand what that means. I try looking it up but it did not help me understand fully what it means?
Look in the code above the line causing the error. Perhaps you're missing a semicolon or a closing curly bracket here?
Thanks! That was so obvious when I looked back at the code.
You mean my recommendation actually worked? Dang, better to be lucky than smart!
Good luck!