switch statement problem

ok heres my problem I have a menu that u have 4 options the 4 option is an exit and it works but I can press 1 and that works and 2 and 3 next and it works but if I press 1 again it copies the exact same thing as option 2 or 3. I hope this makes sense was just hoping someone can head me in the right direction!!!

Code would be good. Don't forget the code tags. Just guessing at the moment. Like a blind man in a dark room looking for a black cat which isn't there :+)

Do you have a break; for each case?

Is the switch in a while loop, and does it have a default: case?
Topic archived. No new replies allowed.