Computer Science for IGCSE & O level - Programming (Section 14 - No. 1)

What type of programming statements allows the program to execute different blocks of code based on certain conditions?
Iteration statements
Assignment statements
Selection statements
Input/Output statements

Explanation

Selection statements, such as IF and CASE statements, enable conditional execution.

Comments (0)

Advertisement