Computer Science, asked by manishkumarmisra999, 6 months ago

what do you mean by conditional flow of controll​

Answers

Answered by Anonymous
1

Answer:

&lt;body bgcolor=black&gt;&lt;marquee direction="up"scrollamount=5&gt;&lt;font color=cyan&gt;</p><p>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.

&lt;body bgcolor=black&gt;&lt;marquee direction="up"scrollamount=500&gt;&lt;font color=cyan&gt;

Answered by reachvarunpalepu
2

Explanation:

Almost every piece of code you write will require conditional control, which is the ability to direct the flow of execution through your program based on a condition.

Similar questions