Computer Science, asked by candacejessica23, 1 month ago

algorithm using IF THEN ELSE Structure to check if the person is eligible to vote and display the message whether he is “eligible to vote” or “not eligible to vote” for more people using loop structure

Answers

Answered by athishprajwal1
2

Answer:

Here:

Explanation:

Step 1: Start

Step 2: Input age 18

Step 3: Check if age equal to or above 18

Step 4: If true, print "you are eligible to vote"

                                     Go to step 6

Step 5: If false, print "you are not eligible to vote"

Step 6: Stop

Please mark my answer as brainliest.

Thank you.

Similar questions