Does anyone know how to draw a switch statement in a graphical design?
For example:
If
statement is adiamond shape
Loops are a
square
with acircle
inside....?
Also is there a technical name for this kind of graphical representation? I have searched the internet and Java graphical designs do not seem to come up at all.
Here's how a switch statement is represented. A simple Switch Flowchart search on the internet can give you this result.