Computer Science for IGCSE & O level - Programming (Section 15 - No. 6)
What is the relationship between outer and inner selection blocks in a nested statement structure?
They have no connection.
The inner block executes only if the outer block's condition is met.
The outer block executes only if the inner block's condition is met.
They both execute simultaneously.
Explanation
The execution of the inner block depends on the condition of the outer block.
Comments (0)
