Write a program to print whether the person is eligible to vote or not. *
Answers
Answered by
2
Answer:
Program: # input age age = int(input("Enter Age : ")) # condition to check voting eligibility if age>=18: status="Eligible" else: status="Not Eligible" print("You are ",status," for Vote.
Similar questions
Science,
2 months ago
Art,
2 months ago
Math,
2 months ago
Social Sciences,
5 months ago
English,
5 months ago
World Languages,
11 months ago
Math,
11 months ago