I tried to do it. There are problems on the code. How to resolve them any idea... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I tried to do it. There are problems on the code. How to resolve them any idea...

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

9th Feb 2020, 4:51 PM
Subash Neupane
Subash Neupane - avatar
3 Answers
+ 2
you have extra } before main. try to make your code a bit tidy next time by using indentation/tab. so you can spot this kind of error more easily ex. public String hello{ return "World"; }
9th Feb 2020, 5:05 PM
Taste
Taste - avatar
9th Feb 2020, 5:35 PM
Gabriel Ilie
Gabriel Ilie - avatar
+ 1
Please arrange your code to easely see your errors. Use indentation first of all. Do not use copy paste because you will make the same mistake and you will not notice it
9th Feb 2020, 5:38 PM
Gabriel Ilie
Gabriel Ilie - avatar