Answer (Choose 1 answer)
Study the following statements:
Statement A: In the if....else statement, a condition is checked, and if it results to true then the following the if is executed.
Statement B: In a nested if statement, each else matches the nearest if preceding it, which been matched by an else.
Select the true clause among the followings:
A. Statement A is TRUE, statement B is FALSE
B. Statement A is FALSE, statement B is TRUE
C. Both statements are TRUE
D. Both statements are FALSE
Exit 47