

MCQOPTIONS
Saved Bookmarks
1. |
If the condition of an IF-statement is false, which is true below. |
A. | IF block is executed. |
B. | ELSE block is executed. |
C. | Both IF and ELSE blocks are skipped. |
D. | Both IF and ELSE blocks are executed. |
Answer» C. Both IF and ELSE blocks are skipped. | |