What's the proper format to put a switch statement inside a while statement so that if you dont input a correct number specified, it'll ask you to input a number again?
I did something like this:
http://pastebin.com/GR37c4UB
Is that correct? It doesn't seem to work properly when I add more stuff to this program im trying to make >__>. It totally skips that while statement and just goes to the next category.
I did something like this:
http://pastebin.com/GR37c4UB
Is that correct? It doesn't seem to work properly when I add more stuff to this program im trying to make >__>. It totally skips that while statement and just goes to the next category.