Plzzz tell me what is wrong with this code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Plzzz tell me what is wrong with this code

https://code.sololearn.com/c2aAd3EH39jf/?ref=app

28th Jul 2020, 7:34 PM
Rohan Gupta
2 Answers
+ 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
28th Jul 2020, 7:43 PM
TheWh¡teCat 🇧🇬
TheWh¡teCat 🇧🇬 - avatar
0
Thanks for helping
28th Jul 2020, 8:25 PM
Rohan Gupta