Search:

Type: Posts; User: fakeClassy

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,033

    Re: methods returning zero's ???

    Alright I think that'll get me on the right path - thanks
  2. Replies
    4
    Views
    2,033

    Re: methods returning zero's ???

    I thought the data i put in the employeeMain would go into those methods. I need to look back at my notes but, maybe I put a { after the method name to initialize?
  3. Replies
    4
    Views
    2,033

    methods returning zero's ???

    Will someone look at this and maybe give a pointer on why only zero's are being returned.

    public class employee {


    String name;
    int id;
    int salary;
    int age;
    String position;
Results 1 to 3 of 3