Programming (Year 12)
Control Structures
What does the 'if' statement do in programming?
Executes a block of code unconditionally
Executes a block of code based on a condition
Defines a new function
Declares a variable
Next