2014-02-25, 06:50 PM
Untradeable Wrote:Why not use a switch statement instead of a bunch of chain if/then statements? If you have only 9 boolean combinations that are correct that is.
Err, I haven't had any practice with switch statements in class. I'll go over my notes on it and look in the book to see if I can figure it out doing that!

