Posts by Samuel Costa • 1 point
1 post
-
0
votes2
answers12933
viewsQ: Multiple conditions on an if
I have a code here, and I need to put several conditions within an IF. In case I need to put it that way: if (X->meia != 's' || X->meia != 'S' || X->meia != 'N' || X->meia != 'n') {…