Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: Almost have my project done, just need help with one last thing.

    Post the code to show the problem.

    Be sure there is a 'default:' in the switch statement that prints out an error message and the value of the switch variable.
  2. [SOLVED] Re: Almost have my project done, just need help with one last thing.

    Put the loop in the main() method:
    begin loop
    show menu
    get users response
    do what user wanted to do (this could include quit which would exit the loop)
    end loop

    These three lines are in most...
  3. [SOLVED] Re: Almost have my project done, just need help with one last thing.

    See the tutorial:
    The while and do-while Statements (The Java™ Tutorials > Learning the Java Language > Language Basics)



    a = newValue; // update a
    // or
    a = someMethod(); // update a...
  4. [SOLVED] Re: Almost have my project done, just need help with one last thing.

    Can you explain what "just ends" means? Does the program have an error that stops its execution?
    What makes the program stop executing?
Results 1 to 4 of 4