Chapter 4: Problem 47
True or False When an if statement is nested in the if part of another statement, the only time the inner if is executed is when the expression of the outer if is true.
Short Answer
Expert verified
"When an if statement is nested in the if part of another statement, the only time the inner if is executed is when the expression of the outer if is true."
Answer: True