+ 2
What is wrong with code
I just started learning java and this keeps giving me errors what's the problem https://code.sololearn.com/criHjQq2kP7y/?ref=app
3 odpowiedzi
+ 8
There's no error in this actually...you are asking user to input integer....but u haven't printed it
I think,u ignored giving input or printing statements...
+ 2
No error.
But you missing to print taken value to see the output... Add this last..
System.out.println(joseph);
+ 2
Thanks