Computer Science, asked by kyash0190, 10 months ago

what is conditional flow of control ?Explain with an example.​

Answers

Answered by harinni92
2

Answer:

The phrase “control flow” refers to the fact that constructs like for-loops change the flow of program execution away from the simple top-to-bottom order. There are several other types of control flow we will cover, two of which are “conditional” in nature.  For example, consider the following textual example of a conditional statement. IF a value is less than 10, THEN display the words "Value is less than 10" on the screen.

:

Answered by aarav30363
1

when the flow of control of a program is changed in based on some condition using control statements and it is termed as condition of control

Similar questions