Search:

Type: Posts; User: Michele Degges

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    14,544

    There's only one inside the loop. I updated my...

    There's only one inside the loop.
    I updated my code in the first post-
  2. Replies
    11
    Views
    14,544

    Thanks for your response. I wanted the...

    Thanks for your response. I wanted the calculations to be as accurate as possible so I changed the input from an int to a double. I also tried to clean up my code a bit but I'm still not getting the...
  3. Replies
    11
    Views
    14,544

    Ok, I see what you mean. I edited my code to scan...

    Ok, I see what you mean. I edited my code to scan user input after it prints "Value in the accum = n" .. so now I am being prompted for more input like I wanted..
    but for some reason it always...
  4. Replies
    11
    Views
    14,544

    uhh no, that doesn't work. 10900 Edit: to...

    uhh no, that doesn't work.

    10900

    Edit: to clarify, I just need the user to keep being prompted to enter a new value. The output should look like this:

    Initialize your Accumulator with data...
  5. Replies
    11
    Views
    14,544

    while(true) loop trouble

    I'm trying to create a simple calculator that keeps prompting the user for input until the user enters the standard input ("number" "operator") and the operator = 'E'.

    I know in java I'd just use...
Results 1 to 5 of 5