Answer:
C. A control statement that uses Boolean statements as conditions.
Step-by-step explanation:
Boolean value can either be True or False.
Control statements check if a certain condition is met. If it is then they evaluate to be true then the necessary lines of code are executed. If it evaluates to be False, the lines of code that were suppose to be executed are skipped.
For example, if y is greater than zero, divide x by y