+ 2
Omg why doesnt this work???
I don't get it T-T https://code.sololearn.com/ciU5D58Z9PH4/?ref=app
2 Answers
+ 3
Try this:
Scanner scan = new Scanner(System.in);
int age = scan.nextInt();
if(age<=17){
+ 2
@John Wells thank you so much! I think I get it now