Computer Science, asked by findtopadmamishra, 8 months ago

write an algorithm to accept the age of a person if the age is Greater>=18 display eligible for role else not eligible

Answers

Answered by BrainlyProgrammer
4

Answer:

step 1:Start

step 2:Accept the age of a person

step 3:check if age is greater than or equal to 18

step 4:if yes, display "eligible for role".

step 5:else display "not eligible for role".

Explanation:

PLZ MARK BRAINLIEST

Similar questions