Computer Science for IGCSE & O level - Programming (Section 12 - No. 24)

Which statement is correct regarding the selection statements in programming languages?
Selection statements allow different routes through the steps of a program.
Selection statements are used exclusively in loops.
Selection statements are only used for outputting values.
Selection statements can only handle integer values.

Explanation

Selection statements, such as IF statements, allow a program to make decisions and take different actions based on specific conditions.

Comments (0)

Advertisement