0
Plzzz tell me what is wrong with this code
2 Respostas
+ 2
Rohan Gupta , there are really a lot of mistakes in your code. When you import Scanner class it starts with a capital letter. Variable without name, semicolons on wrong places, wrong comparison check "=" instead of "==", wrong conditional clauses etc. Look at the corrected code.
https://code.sololearn.com/cVctu8EXBOIO/?ref=app
0
Thanks for helping