How would you present this code in a flowchart diagram?

81 views Asked by At

I'm having trouble to represent something in a flow chart diagram as I'm not sure how to display the following condition other then with plenty of repetition.

if(condition1 || condition2 || condition3){
 //Throw event
 //Exit process
}
//contiune process
0

There are 0 answers