Answers for "python pseudocode IF, ELSE statement"

0

python pseudocode IF, ELSE statement

IF condition statement THEN
    if body
ELSE IF condition THEN
    else if statement
ELSE
    else body
ENDIF
Posted by: Guest on July-25-2021

Python Answers by Framework

Browse Popular Code Answers by Language