I am writing a program which incorprates a switch statement. I am having problem withs with the menu function.
say you are prompting the user to input some value. Let's call this this case one. Inside the menu function on the program how do you tell the computer to go get case one.
For instance I am trying.
printf("Input leg1:",case 1);
This isnt working at all. Any ideas.



LinkBack URL
About LinkBacks


