Question:

Can a flowchart have more than 1 start in one procedure ?

by  |  earlier

0 LIKES UnLike

can a flowchart have more than 1 start in one procedure ?? for example start in Dept A, Dept B, Dept C and all of them flow at the same time.

but all of them ended in the Dept A section.

 Tags:

   Report

1 ANSWERS


  1. If you want unstructured code, sure - you can have multiple entries and multiple exists.  Lots of luck in debugging it 6 months later, though.  (You might just want to pour some marinara sauce on it and eat it - it's called "spaghetti code" for a reason.)

    Normally a procedure has one entry point and one exit point.  And no GoTo.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions