Computer Science, asked by anjalisanotra6, 4 months ago

which of the following are conditinal control statements​

Answers

Answered by Anonymous
11

{\huge{\underline{\mathfrak{\red{A}\green{N}\orange{S}\purple{W\red{E}\blue{R}}}}}}

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.

Example. Conditional Statement: “If today is Wednesday, then yesterday was Tuesday.” Hypothesis: “If today is Wednesday” so our conclusion must follow “Then yesterday was Tuesday.” So the converse is found by rearranging the hypothesis and conclusion, as Math Planet accurately states.

Similar questions