Computer Science for IGCSE & O level - Programming (Section 12 - No. 9)
If a program contains nested statements, what is the relation between the outer and inner statements?
They are independent of each other.
The inner statement is executed only when the condition of the outer statement is met.
The outer statement is executed only when the condition of the inner statement is met.
The order of execution is arbitrary.
Explanation
The execution of inner statements depends on the fulfillment of the condition in the outer statement.
Comments (0)
