conditional statements
Conditional statements are statements that are executed only if a certain condition is met. They allow the computer or program to make decisions and choose between different actions based on the truth or falsehood of certain conditions.
Requires login.