Question

Which of the following statements about nested ifelse statements is true?
a. An ifelse statement may not be nested in another nested ifelse.
b. Each ifelse statement must contain only a simple condition.
c. In an if body, an inner ifelse 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.

Answer

This answer is hidden. It contains 56 characters.