Flowchart else if

starcorn picture starcorn · Oct 10, 2011 · Viewed 63.3k times · Source

I'm making a flowchart a for an algorithm, and came into some problem for an else if statement.

For an if-statement such as this one

if (something) {}
else if (something) {}
else {}

How would the else if statement look like in a flowchart diagram?

Answer

RushPL picture RushPL · Oct 8, 2013

http://code2flow.com allows you to create such flowcharts from code.

enter image description here

You may click to edit this.