which of the following are conditional control statements
Answers
Answered by
1
hii mate
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