74
Awlex
7y

!rant

System.out.println(age);
if (birthday.isToday())
age++;
System.out.println(age);

Output:
17
18

Comments
Add Comment