BTo repeat the same code many times without change
CTo make decisions and run different code based on conditions
DTo create new variables automatically
Step-by-Step Solution
Solution:
Step 1: Understand the purpose of conditional flow
Conditional flow allows a program to choose what code to run based on true or false conditions.
Step 2: Compare options with this purpose
Only To make decisions and run different code based on conditions describes making decisions and running different code based on conditions, which matches the purpose.
Final Answer:
To make decisions and run different code based on conditions -> Option C
Quick Check:
Conditional flow = decision making [OK]
Quick Trick:Conditional flow means choosing code to run based on true/false [OK]
Common Mistakes:
Confusing conditional flow with loops
Thinking conditional flow stores data
Believing conditional flow creates variables
Master "Conditional Statements" in PHP
9 interactive learning modes - each teaches the same concept differently