Computer Science, asked by jashanramgarhia12400, 6 months ago

Which of the following are conditional control statements? ​

Answers

Answered by itzdreamer44
1

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