Computer Science for IGCSE & O level - Programming (Section 11 - No. 4)

What does a Selection statement enable a program to do?
Repeat a block of code.
Perform calculations.
Make choices based on conditions.
Store data.

Explanation

Selection statements allow different code paths to be taken depending on conditions.

Comments (0)

Advertisement