+ 1
Need help with my java code (a practice code)
There is an error with the "else if" statment and says that the "if" shoukdnt be there. Can anyone edit my code to make on output? Much appreciated! - Jason https://code.sololearn.com/c9TE3t0y9dL7/?ref=app
6 Réponses
+ 1
Alright thanks, I'll review my code, thanks for the help! : )
+ 3
1)System not system
2)println(small L) not printIn(capital i)
3); after if () in line 38
4) age2 value??
And more
+ 1
No Jason dont give up, im a beginner like you and was just pointing out the errors that I seen personally. Its still giving me 3 errors all for the system.out.println statement. Sorry I couldnt be much of help still learning myself here.
0
Try removing the ; on line 38. Also every last one of your system.out.println statements say printin instead of println.
0
Still not working Brandon, probably my device or something