Link to home
Start Free TrialLog in
Avatar of Tay Johnson
Tay Johnson

asked on

creating a flowchart from an algorithm

I am trying to create a flowchart from an algorithm. Do you know where I can find flowchart examples of multiple if/else statements within a while loop statements?
Avatar of Dmitry G
Dmitry G
Flag of New Zealand image

Please have a look - they have good examples for if-else statements and various kinds of loops:
Drawing a Structured Flowchart
Avatar of Tay Johnson
Tay Johnson

ASKER

That is a good website but I'm looking for something more advanced. A beginner to advance flowchart to   algorithm
ASKER CERTIFIED SOLUTION
Avatar of Dmitry G
Dmitry G
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am trying to create a program using asp.net. I am new to asp.net. I need to create a flowchart for a small application and I need some guidance. I first need to create a flowchart.  The app. is suppose to allow the client to enter basic information such as name, mailling address, email address, and pin number),  then list all his/her medication names per line. Each line will include medication name with 4 radio buttons  which will turn green or red depending on if the medication is avalible or missing or mispelling of the medication within the 4 different locations.  Meaning it is going to compare medication in one location to another location to make sure we have it in each location. And if the medication is missing or mispelled then red fill  x radio button for location 1 and green if we have the medication.


ex:
" Validate medication(s)"

medication(s)          loc w     loc x    loc y    loc z
medication_name      *        *             *            *      
medication_name2    *          *           *             *
...
...