0
I tried to do it. There are problems on the code. How to resolve them any idea...
3 ответов
+ 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";
}
+ 2
https://code.sololearn.com/cEmP38qWDInB/?ref=app
Here is the code
+ 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