Computer Science, asked by nishi7166, 7 months ago

Draw a flowchart to find the age and say if the person is eligible to vote or not

Answers

Answered by kanchi194230
1

Answer:

Filename :......\\MyPythonX\Vote.py

age = int(input(''Enter your age:")

if age >= 18:

print(" You are eligible to vote ")

else:

print(" You are not eligble to vote ")

Explanation:

Hey mate!!!!

if it help you please mark is as brainlist .....

Thanks You

Similar questions