Computer Science for IGCSE & O level - Programming (Section 15 - No. 47)
What is the role of the `if` statement in a program?
To define a loop.
To declare variables.
To execute code conditionally based on a condition.
To take input from the user.
Explanation
The if statement allows the program to make decisions and execute code based on those decisions.
Comments (0)
