4.3.6: Old Enough to Vote?
The Problem
The Problem
I swear I have it done correctly, but the autograder says it's wrong. It says that my code is not printing the proper values, but it is.
The Solution
The Solution
Two issues:
Two issues:
Make sure it actually does EXACTLY what the assignment is asking for.
Your output should match what they tell you - including capital letters and punctuation (you might think that shouldn't matter, but it SHOULD matter. You can't choose your own rules for spelling and grammar and expect to be something as precise as a programmer).Check and see that you are asking the user for their age AND making that into an INT on the same line. This is best practice in the code.
If you have both of those things and it still seems wrong, call me over.