an If statement that would have choices from 1-to what ever number included in it
such as
if ( (choice == 1 then the rest of the choices)
can it be lik 1;2;3;4 and so on, or is it something else
You will want to use a switch statement.
Thanks guys, but for this project i may just have to use a switch statement.
But thanks for the info, this would be useful later on.