Flowchart
Flowchart can said as a graphical representation of an algorithm. The only difference is you need to draw symbols in flowchart in the place of writing steps.
1. Graphical representation of any program is called flowchart.
2. There are some standard graphics that are used in flowchart as following:
|
Figure: Start/Stop
terminal box |
|
Figure: Input/output
box |
|
Figure:
Process/Instruction box |
|
Figure: Lines or
Arrows |
|
Figure: Decision
box |
|
Figure: Connector
box |
|
Figure: Comment
box |
|
Figure: Preparation
box |
|
Figure: Separate
box
|
Write a algorithm to find out number is odd or even.
Comments
Post a Comment