Plzzz tell me what is wrong with this code | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 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
28th Jul 2020, 7:43 PM
TheWhĀ”teCat šŸ‡§šŸ‡¬
TheWhĀ”teCat šŸ‡§šŸ‡¬ - avatar
0
Thanks for helping
28th Jul 2020, 8:25 PM
Rohan Gupta