I am making a flowchart for an algorithm and come to some problem for the else if statement.
For an if statement like this
if (something) {}
else if (something) {}
else {}
What does an else if expression look like in a flowchart diagram?
source
share