Search:

Type: Posts; User: JonLane

Search: Search took 0.16 seconds.

  1. Thread: return help

    by JonLane
    Replies
    7
    Views
    1,220

    Re: return help

    Then my suggestions are what you need.

    Goodluck,
    Jonathan
  2. Thread: return help

    by JonLane
    Replies
    7
    Views
    1,220

    Re: return help

    if you can translate(to English) and post this part of the assignment for me, I can maybe clarify what your instructor is looking for you to do.

    but by your wording it sounds like your teacher...
  3. Thread: return help

    by JonLane
    Replies
    7
    Views
    1,220

    Re: return help

    the question is still a little unclear,

    How to make a copy of an object: (so a new person with all the same things)
    write a copy() method in your Person Class, that calls all your variable...
  4. Thread: return help

    by JonLane
    Replies
    7
    Views
    1,220

    Re: return help

    The question you are asking does not specify where you need help in your code,

    but a method can return 1 thing/object


    public int fyllerAr()
    {
    age = age + 1;
    return...
Results 1 to 4 of 4