python program to determine the number of people in a family who are eligible and not eligible to vote through iterative statements
Answers
Answered by
0
Answer:
age=int(input("Enter age:"))
if (age>=18):
print("Eligible for vote")
else:
print("Not Eligible for vote")
Answered by
0
Answer:
Do yer computer PROGRAM ON YER OWN
Explanation:
¯\_(ツ)_/¯
Similar questions