Search:

Type: Posts; User: Harrald

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    I see what you mean, I'm in the Navy right now but soon I will be getting and going to school for a BA in Computer science and I want to be a programmer, so working in a team is what I want to do....
  2. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    I got 16.6665USD. I just read in my readings a way to format an answer to two decimals. I think it was .2?
  3. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    I honestly can't believe I figured that out lol.
  4. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    // Thomas Harrald IT215
    // Checkpoint Payroll Program Two

    import java.util.Scanner; //Import Scanner

    public class PayrollProgramtwo
    {
    public static void main( String[] args )
    {...
  5. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    Works out exactly the same. I was thinking about that too, and wanted to try removing the entire boolean system. Let me try that.
  6. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    lol happy land. You have to remember the first time your VERY basic programs worked and how good that felt.

    But please, do continue.
  7. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    Good to go!

    It works just as designed. Thank you kindly all for the help. I think the core of the problem of it skipping parts was avgSalaray, which I guess was messing with the while loop...
  8. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    Roger. Then I am all good except the stop part. Still working on that.
  9. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    lol Yeah, fixed it. Now the loop actually stops enough to let me input the Dept Name now, it would just skip automatically and go to employees.

    It runs good except the "stop" part. It displayed...
  10. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    Hey I am always up for a little guiding!

    I am however not sure with what you mean by "check"? Does that mean I should check it? Or like a checklist check?

    At the end in the
    ...
  11. [SOLVED] Re: Absolute Beginner Here, should be an easy question for anyone really.

    Fixed the code. Will do that from now on, I plan on being here a lot.

    Error:

    Exception in thread "main" java.util.InputMisMatchException

    Thanks for the tip on the code tags.
  12. [SOLVED] Absolute Beginner Here, should be an easy question for anyone really.

    // Thomas Harrald IT215
    // Checkpoint Payroll Program Two

    import java.util.Scanner; //Import Scanner

    public class PayrollProgramtwo
    {
    public static void main( String[] args )
    {
    Scanner...
Results 1 to 12 of 12