Answer by
mturk65459 (49)
Pseudocode syntax is very similar to many procedural programs. Decisions are typically done with the IF / ELSE / ELSEIF, WHILE / DO WHILE, FOR, or SWITCH / CASE constructs. The simplest selections are done with IF / ELSE / ELSEIF statements, which evaluate a statement as either true or false. The others are loop constructs.