Search:

Type: Posts; User: myjava

Search: Search took 0.18 seconds.

  1. Thread: Object help

    by myjava
    Replies
    16
    Views
    1,745

    Re: Object help

    did you change your displayInterest methods?
    Replace that InterestCalculator7 with just "object".
    like object.getPincipal()
    Replace all in this methods and it should work.
  2. Thread: Object help

    by myjava
    Replies
    16
    Views
    1,745

    Re: Object help

    Also I think there is something wrong with you interest calculator. When you enter 25000 in principal amount and 15% APR, the interest paid is way too much. That doesnt happen in real world.

    ---...
  3. Thread: Object help

    by myjava
    Replies
    16
    Views
    1,745

    Re: Object help

    I see you have already passed the information to the InterestCalculator7 class. Simply write a getter method in the InterestCalculator7 class. user object to call those data.

    --- Update ---

    you...
  4. Thread: Object help

    by myjava
    Replies
    16
    Views
    1,745

    Re: Object help

    By studying your program I see that there are lots of things you didn't do quite well.
    When you display you information, you are not displaying any data there, rather you are asking the user to...
Results 1 to 4 of 4