Search:

Type: Posts; User: floorplay

Search: Search took 0.14 seconds.

  1. Replies
    4
    Views
    927

    Re: Simple Employee Class Not Passing Tests

    Seems to be working ok. Posted the main class and the output. Is there something wrong with the code you posted above?

    OUTPUTS:
    Employees name: Humpty Dumpty
    Your account number is: 34543534...
  2. Replies
    4
    Views
    927

    Re: Simple Employee Class Not Passing Tests

    Found what happened. When I auto generated the Setters and Getters in Eclipse the method names were identical to the instance variables and parameters!

    The working class below.


    * Class to...
  3. Replies
    4
    Views
    927

    Simple Employee Class Not Passing Tests

    I have written a simple Employee class that is suppose to pass the tests that have been given to us but the tests are failing and I can't see why. The methods are doing what they are suppose to be...
Results 1 to 3 of 3