Computer Science, asked by AnkitMahara, 5 hours ago

input age and print whether the user is eligible to vote or not the only condition is that the user should be greater than 18 years of age write an algorithm about this​

Answers

Answered by knowledgehouse
2

Answer:

Step 1: Start

Step 2: Accept the age of the person.

Step 3: If age is greater than or equal to 18, then display 'You are eligible to vote'.

Step 4: If age is less than 18, then display 'You are not eligible to vote'.

Step 5: Stop

HOPE IT HELPS ✌️!!

Similar questions