+ 2
Please help me with this Java code
I am having problems with my code https://code.sololearn.com/cMDb1h9NH2d4/?ref=app
2 Answers
+ 3
Neil
Not "Nn nn = new Nn",
But " Nn nn=new Nn() ;
Also , its "joystring" not "joysyring" in the following line,
nn.joysyring("Cloud computing means internet based computing");
There is also a return statement missing from String method.
0
Take care!!! Java is case-sensitive