Computer Science, asked by mamtasrivastavashta1, 6 months ago

can u plz solve this problem..... ​

Attachments:

Answers

Answered by Anonymous
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 Anonymous
1

Answer:

I am fine

only perfer single life ✌️

Similar questions