+ 3
Can someone help me i got a compilation error and ive tried multiple things to fix it but i just cant.
2 ответов
+ 2
1. It looks like you're closing your MyClass class before the main method.
2. Your switch in main is using character which doesn't seem to be defined anywhere.
There may be other issues, but that was all I could see from the crowded code on my phone at this time. Might help if you copied it over into an IDE such as IntelliJ IDEA, to find any other issues.
0
I changed some minor errors but there's still one other error that I can't figure out