163k views
5 votes
A(n)__________ structure is a part of a computer program that tells the computer what to do, depending on whether a condition is true or false.

User Fendi
by
8.0k points

1 Answer

1 vote

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.

User Karrie
by
8.2k points

No related questions found