Programming (11th Grade)
Control Structures
What does 'if' statement do in a program?
Executes a block of code if the condition is true
Defines a function
Creates a variable
Handles exceptions