Please help me with the following questions
Attachments:
Answers
Answered by
0
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)
Similar questions