Algorithm
Algorithm
Selection Statements
Looping Statements
Loop executes
while the condition
REPEAT is false.
Statements
UNTIL (Condition)
Do
END WHILE
FOR (Range)
Important