Search:

Type: Posts; User: StuckInJava

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,677

    Re: Menu Problem

    I think I got it. Here's the code for anyone who needs some help with this in the future:


    boolean run = false;
    boolean run2 = false;
    do
    {
    System.out.println("Introduction.");...
  2. Replies
    4
    Views
    1,677

    Re: Menu Problem

    How do I get the external loop to start over tho?
  3. Replies
    4
    Views
    1,677

    Menu Problem

    Ahoy. I'm trying to write me a menu driven program, and I'm having a heck of a time figuring out how to break out of a loop and up a level.

    Scanner stuff here, user input variable from keyboard...
Results 1 to 3 of 4