Search:

Type: Posts; User: jbarcus81

Search: Search took 0.10 seconds.

  1. Re: Employee Class Exercise... Code will not run!!!!

    I figured it out!! I can't believe how close I was and how simple the solution is... But I got it and it's functioning 100%!!! Thanks for the help!! But I'll be back no doubt!!



    ...
  2. Re: Employee Class Exercise... Code will not run!!!!

    You guys have me soooo close I can taste it!! But I am going to sleep on it.. I'm gonna throw what I have to my professor and see what she can clear up that I'm not seeing.. I greatly appreciate the...
  3. Re: Employee Class Exercise... Code will not run!!!!

    Am I any closer? I'm about to bang my head on the desk...




    System.out.println( "Now applying a 10% raise to each employee and displaying additional yearly income.\n");...
  4. Re: Employee Class Exercise... Code will not run!!!!

    Nope.. haven't figured it out.. I am still most likely overlooking it!! This seems so simple yet I can't get my head around it.. I've tried a couple of things but they haven't worked... Grrr!!
  5. Re: Employee Class Exercise... Code will not run!!!!

    Now I have figured out how to calculate the extra 10% that they will get per year.. but I can't figure out how to show a total... I have this..




    System.out.println( "Now displaying...
  6. Re: Employee Class Exercise... Code will not run!!!!

    Been a long evening!! LoL.. Let me see here...
  7. Re: Employee Class Exercise... Code will not run!!!!

    I really appreciate the help!!!



    System.out.println( "Now displaying employees' full names and annual salary.\n");
    System.out.println( employee1.getfirstName() + " " +...
  8. Re: Employee Class Exercise... Code will not run!!!!

    Please excuse my noobness but which comma? All of them? I think I understand, I just want to be clear..
  9. Re: Employee Class Exercise... Code will not run!!!!

    Ok.. so I changed lines 43 - 49 to this...




    System.out.println( "Now displaying employees' full names and annual salary.\n");
    System.out.println( employee1.getfirstName()," ",...
  10. Re: Employee Class Exercise... Code will not run!!!!

    I fixed it!! I clicked on the syntax error and then clicked to "Fix project setup" .. Now it will run.. BUT ... it isn't running correctly ... not at all...


    after I run.. I get an output of this...
  11. Employee Class Exercise... Code will not run!!!!

    I got what seems to be a simple exercise with a simple answer.. However, I can't get this code to run properly!! I'm just starting a course at my local community college and am using Java How to...
Results 1 to 11 of 11