Computer Science, asked by rijakhatun09, 4 months ago

How many start and stop boxes can there be in a flowchart?

What is loping? What is the important thing to remember in a loop​

Answers

Answered by malavika5596
1

Answer:

There's no technical reason you cannot have as many start and stop points as you want in a flowchart.

Loops are used in any programming languages when we require to execute the statements on a certain condition multiple time. Loop facilitates iteration of the statements till the specified condition becomes false.

Similar questions