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)
You could diagram this as two separate if statements.
I don't know if this is the "standard" method, but that's what I do.