Answer:
A conditional or control structure is a part of a computer program that tells the computer what to do, depending on whether a condition is true or false. It typically includes conditional statements like if-else, switch, and loops like for, while, do-while.
Step-by-step explanation:
A conditional or control structure is a part of a computer program that tells the computer what to do, depending on whether a condition is true or false. It typically includes conditional statements like if-else, switch, and loops like for, while, do-while.