Computer Science, asked by arsalanfirdous2, 26 days ago

Q.14 Fill in the blanks in the following statements such that they explain the difference between the if-then block and the if-then-else block. (i) In if-then block, the condition is checked first. If the condition is the blocks in "then' is executed. (True/False) (ii) In if-then-else block, the condition is checked first. If the condition is the blocks in ‘then’ is executed. (True/False), (iii) If the condition is the blocks in ‘else' is executed. (True/False)​

Answers

Answered by lamBack
16

Fill in the blanks in the following statements such that they explain the difference between the if-then block and the if-then-else block.

(i) In if-then block, the condition is checked first. If the condition is the blocks in "then' is executed. (True)

(ii) In if-then-else block, the condition is checked first. If the condition is the blocks in ‘then’ is executed. (False)

(iii) If the condition is the blocks in ‘else' is executed. (False)

Similar questions