Solved

Which of the Following Statements About Nested If…else Statements Is

Question 5

Multiple Choice

Which of the following statements about nested if…else statements is true?


A) An if…else statement may not be nested in another nested if…else.
B) Each if…else statement must contain only a simple condition.
C) In an if body, an inner if…else executes only if the outer if statement's condition is true.
D) The statement(s) in an inner if always execute(s) if its condition is true.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions