Flowchart else if

后端 未结 4 1353
我在风中等你
我在风中等你 2020-12-31 10:43

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)          


        
4条回答
  •  我在风中等你
    2020-12-31 11:40

    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.

提交回复
热议问题