Computer Science, asked by nitishjha80, 2 months ago

write the difference rules of flowing charrting​

Answers

Answered by qroyal022
2

Answer:

Each flowchart must have one and only one Start object. The flow of control must always enter an object from the top. The flow of control must always leave an object from the bottom (except for Decision objects, which allow the flow of control to leave from the side). The flow of control must not split.

Answered by sumanmaurya123456788
0

Answer:

A flowchart is a simply a graphical representation of steps . it shows steps in sequential order and is widely used in presenting the flow of algorithm work flow for processes. typically a flowchart source the step as box of various kinds , and their order by connecting them with arrow

Similar questions