Computer Science, asked by lavirajput284, 17 days ago

Write algorithm to find if a person can vote or not

Answers

Answered by pushpa7bisht
0

Answer:

check below

Explanation:

step1:start

step2:read person's age

step3:if age<18,then display cannot vote

step4:if age>,=18,then display can vote

step5:stop

Answered by MrTSR
0

Algorithm to find if a person can vote or not

Step1: Start

Step 2: Declare the variable ‘age’ and read the age.

Step 3: Check Status Age = 18 or age > 18

Step 4: If this condition is true then that person is eligible to vote

Step5: Else print that person is not eligible to vote

Step 6: End

Similar questions