Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    18
    Views
    2,499

    Re: Need Beginner Calculator Program help!

    Sorry, I don't see your code. I'd rather not have to chase some link to find it.
  2. Replies
    18
    Views
    2,499

    Re: Need Beginner Calculator Program help!

    What does the code do to "execute the string" you entered?
    Post your code here on the forum if you want help with it.
  3. Replies
    18
    Views
    2,499

    Re: Need Beginner Calculator Program help!

    You do not have to ask the user continually for more input as long as the user knows what to expect.

    Have you tried entering something when the program is waiting for input?

    Where is the...
  4. Replies
    18
    Views
    2,499

    Re: Need Beginner Calculator Program help!

    The user needs to type in some input.

    Your should print out a message before EVERY read/nextLine statement so the user knows he is supposed to enter something.
  5. Replies
    18
    Views
    2,499

    Re: Need Beginner Calculator Program help!

    1)Is the program waiting for more input?
    2)Does the program quickly execute and then exit?

    Looking at what your code printed out was it 1) or 2) that is happening?
  6. Replies
    18
    Views
    2,499

    Re: Need Beginner Calculator Program help!

    Can you explain what "nothing happens" means?
    Is the program waiting for more input?
    Does the program quickly execute and then exit?

    Add some println statements that shows where the code is...
  7. Replies
    18
    Views
    2,499

    Re: Need Beginner Calculator Program help!

    Ok, let me help you:


    import java.util.*;
  8. Replies
    18
    Views
    2,499

    Re: Need Beginner Calculator Program help!

    Can you post the code you are having problems with so we can see it?
Results 1 to 8 of 8