Computer Science for IGCSE & O level - Programming (Section 1 - No. 17)
In pseudo-code, what does an `IF` statement generally do?
Repeat a block of code
Call a function
Make a decision based on a condition
Declare a variable
Explanation
`IF` statements check if a condition is true and execute the corresponding code.
Comments (0)
