System.out.println(int
24)
What’s wrong
I think that the exercise that you are on is asking you to do this:
Type any whole number in between the parentheses of System.out.println();
That int
that you have included in the parentheses is what is causing the problem.