Computer Science, asked by shettya524, 3 months ago

mention the different types of if structures​

Answers

Answered by nikhil8239
1

Answer:

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 .

Explanation:

Similar questions