DWQA Ask QuestionCategory: JavaJava_Q:If and Else
admin Staff asked 7 years ago

Write Java program to allow the user to input his/her age. Then the program will show if the person is eligible to vote. A person who is eligible to vote must be older than or equal to 18 years old.

 

Example:

Enter your age: 18

You are eligible to vote.