mercredi 29 juillet 2020

How to code: "If (A is True) and (B is True when C is True)"

How do I code this if statement (let's say in c++):

if (condition1 == true and condition2 == true (when condition3 == true))
{
    // condition2 need to be true only when condition3 is true
}

Aucun commentaire:

Enregistrer un commentaire