please write a pseudocode for a voter's registration program that accepts a voter's name, and calculate for the age if age is 18 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

please write a pseudocode for a voter's registration program that accepts a voter's name, and calculate for the age if age is 18

31st Jan 2017, 6:21 PM
sally
sally - avatar
2 Answers
+ 4
BEGIN READ voter name. READ voter age. IF voter age is 18 or more than 18 PRINT "voter age is 18 or beyond" ELSE IF voter age is lower than 18 PRINT "voter age is lower than 18" END IF END
1st Feb 2017, 2:00 AM
Hatsy Rei
Hatsy Rei - avatar
0
Ok
25th Oct 2019, 5:09 AM
sally
sally - avatar