mercredi 17 janvier 2018

need a conditional statement for desired output

I need to write a conditional tatement in IF class by using three variable to get some desired output, i have tried many logics with that three variable to get the desired output which i can use in if class but i couldn't succeed, hope anyone can help me with this,
Thank you
here us the conditional table i need
A                B            C            result
False      False      False          False
True        False        False        True
True        True        False         False
True        True        True            True
True        True        False          False

Aucun commentaire:

Enregistrer un commentaire