dimanche 20 mars 2016

Replacing if statement C++

I want to realize this simple C++ program (if y>0) x=2; else x=10;without the use of if statement or any other statement such as for, while, do while, switch or "?". Is it possible? I'm still wondering about this

Aucun commentaire:

Enregistrer un commentaire