Computer Science, asked by Simrana, 1 year ago

Name the different forms of 'if' statement​

Answers

Answered by aadityasinha2004
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 manas3379
1

Answer:

if statement

Nested if statement

if else statement

Nested if else statement

if else if ladder

Similar questions