Thread: Help with a program.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    3

    Help with a program.

    Yes, this is for homework. Well I need help on creating a menu. I want to create it using either switch, or a while if. I want it to display as:

    Code:
    1)  Classify Your Triangle.
    2)  String That Does Nothing.
    3)  Cash Register Receipt.
    4)  Quadratic Formula.
    5)  End Program.
    Now I want it so that when an option is chosen, and that part of the program it completes, it goes back to the original menu so that you can choose 1 to 5 over again. Also, I would prefer if a goto was not used because it does not seem to be working very easily.
    Last edited by Breakthrough; 11-05-2007 at 08:22 AM. Reason: Grammar/Spelling Errors

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with program that's calling a function and has a loop
    By tigerfansince84 in forum C++ Programming
    Replies: 9
    Last Post: 11-12-2008, 01:38 PM
  2. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  3. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM