The symbols' representation is as
follow:
-This indicate the start of the program in the flow chart.
-This indicate the end of the program in the flow chart.
- This represent the action to be executed upon the entry into it e.g.
print out a error message to screen
- The diamond shape represents a decision box with decision coming out
as shown above e.g. "yes" and "no" are the decision.
The inner of the shape contains what need to be decided e.g.
question to select member or don't select member option.
-
The circle in the figure represents that it will branch to another
flowchart, in this case, it will branch to the member option
flowchart.
- The circle actually represents the starting of the flowchart as well
as it also indicates that the current flowchart came from other
flowchart.