Computer Science, asked by vedant8264, 4 months ago

what is the difference between sequential flow and conditional flow of control with an example​

Answers

Answered by nikhil8239
1

Answer:

“Sequence control structure” refers to the line-by-line execution by which statements are executed sequentially, in the same order in which they appear in the program. They might, for example, carry out a series of read or write operations, arithmetic operations, or assignments to variables.

17 Conditional Control Flow. 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.

Explanation:

Similar questions