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
English,
2 months ago
Art,
2 months ago
English,
2 months ago
Social Sciences,
4 months ago
English,
4 months ago
World Languages,
10 months ago
Math,
10 months ago