View Single Post
Old May 21st, 2006, 11:04 AM   #12
tumbleTetris
Programmer
 
Join Date: May 2006
Posts: 39
Rep Power: 0 tumbleTetris is on a distinguished road
yeah, thanks...

I was thinking of using arrays instead, because how I'm doing it currently means it will take a very long time.

I have to ask if its oging to be afternoon or evening, which breaks it into two groups, then I have to ask which seat they want, from a choice of 3, then finally I have to ask if they wan't concession tickets.

If I do it with arrays, I think I can forgo all the if's and elses, and in the end process it all in one go...

though I don't know how I can control the input if I use arrays, for instance if the options are 1, 2 or x, I don't know how I can tell the user of the error and give them a second chance of doing it...

If I'm headed down the wrong path with arrays, please tell me...
tumbleTetris is offline   Reply With Quote