Computer Science, asked by simranjeet00032, 3 months ago

which of the following are condition contral statements

Answers

Answered by keyboardavro
1

Answer:

Explanation:

Conditional control allows you to control the program's flow of the execution based on a condition. In programming terms, this means that the statements in the program are not executed sequentially. Rather, one group of statements or another is executed, depending on how the condition is evaluated.

Similar questions