Search:

Type: Posts; User: theJastro

Search: Search took 0.34 seconds.

  1. Replies
    18
    Views
    2,484

    Re: Need Beginner Calculator Program help!

    again... i already posted the code, look at the thing above
  2. Replies
    18
    Views
    2,484

    Re: Need Beginner Calculator Program help!

    try my new code in netbeans or w/e you use
    [Java] import java.util.*; public class Calc { - Pastebin.com

    now i can get to my while loop becuase my println tells me. but then it doesnt execute the...
  3. Replies
    18
    Views
    2,484

    Re: Need Beginner Calculator Program help!

    what are you talking about? i am making a calculator program. I prompt the user to enter an expression and i expect the answer to be sent back. I want an answer coming back when i enter an expression...
  4. Replies
    18
    Views
    2,484

    Re: Need Beginner Calculator Program help!

    1) it is awaiting more input. It does not exit.

    So what could that mean?
  5. Replies
    18
    Views
    2,484

    Re: Need Beginner Calculator Program help!

    ok i just entered a bunch of println statements to see where my program was going and i got nothing in return. this is the changed code with the print ln statements [Java] import java.util.*; public...
  6. Replies
    18
    Views
    2,484

    Re: Need Beginner Calculator Program help!

    i did [Java] import java.util.*; public class Calc { - Pastebin.com
  7. Replies
    18
    Views
    2,484

    Re: Need Beginner Calculator Program help!

    ok now my program atually puts out a messge to the user: Enter an expression. but nothing happens after i enter it.

    Here is my code now, take a look [Java] import java.util.*; public class Calc {...
  8. Replies
    18
    Views
    2,484

    Re: Need Beginner Calculator Program help!

    Ok i guess i dont understand a lot of the methods because my teacher started us off with them and just told us to finish it by friday pretty much.

    So my main method calls the x,process and then...
  9. Replies
    18
    Views
    2,484

    Need Beginner Calculator Program help!

    I am working on a small java program for my first class and my last project is a calculator. This is the code I have so far

    and this is the actual project details given by my teacher
    ...
Results 1 to 9 of 9