Computer Science, asked by revanthsannakki, 3 months ago

What is sequential construct? Give one example.​

Answers

Answered by bhavyasinghh04
24

Answer:

In a sequential construct program statements are executed one after another in a sequence. Example : Draw a flowchart to find the average of three numbers

Answered by brainlysme9
0

The CPU (processor) is told which statement will be executed next via a sequence construct. In most languages, this is the statement that comes after the current statement or the first statement in the program. In other words, this is the very foundation of programming.

Example: Draw a flowchart to find the average of three numbers.

Similar questions