Name the different forms of 'if' statement
Answers
Answered by
1
Explanation:
There are three forms of IF statements: IF-THEN , IF-THEN-ELSE , and IF-THEN-ELSIF . The simplest form of IF statement associates a Boolean expression with a sequence of statements enclosed by the keywords THEN and END IF . The sequence of statements is executed only if the expression returns TRUE .
Answered by
1
Answer:
if statement
Nested if statement
if else statement
Nested if else statement
if else if ladder
Similar questions