I've used "if and else" statements to test for conditions, but if's can get very "iffy" sometimes. Specially when you need to test for several possibilites.
I was wondering if there is another way to do tests for conditions instead of using the IF. Just for better programming.
example: tic-tac-toe
testing to see if X is three in a row or
O is three in a row.
If anyone knows of a better way to "test" instead of using IF ELSE stuff, I would be happy to hear from ya.