Conditional statement -( 1) if conditional THEN
Statement 1
other
Statement 2
If ... it will be over.
(2) If the conditions are met, then
Statement 1
If ... it will be over.
Loop statement -( 1) do
Circulating body
Loop until the condition
(2)WHILE condition
Circulating body
line
End and end if are basic algorithm statements.