write a program to accept age and check whether a person is eligible to vote or not .
Answers
Answered by
16
Answer:
#Program in Python language.
age=int(input('enter your age:-'))
if age>=18 :
print('Your eligible for vote')
else :
print('your not eligible for vote')
Similar questions
English,
2 months ago
Social Sciences,
2 months ago
Hindi,
2 months ago
Math,
4 months ago
Math,
4 months ago