can u plz solve this problem.....
Attachments:
Answers
Answered by
1
Explanation:
Algorithm:
Step1: Start
Step 2: Declare the variable ‘age’ and read the age.
Step 3: Check Status Age = 18
Step 4: If this condition is true then that person is eligible to vote
Step5: Otherwise print that person is not eligible to vote
Step 6: End
program:
Age = int (input (“Enter age:”))
If (age> = 18):
Print (“Person is eligible to vote”)
other:
Print (“Person not eligible to vote”)
Output:
>>> Entrance Age: 25
Person is eligible to vote
>>>
Answered by
1
Answer:
I am fine
only perfer single life ✌️
Similar questions