lundi 17 août 2020

Flow Control Graph : How do I represent the "OR"

I've got a single question about the Flow Control Graph : How do I represent, in that type of graph, the "OR" conditional operator ?

    if ( toto == true || tata == true){
    //  Do something
    } else {
    //  Do something else
    }

I've tried this :

Flow control graph for "or" conditional

Aucun commentaire:

Enregistrer un commentaire