Search:

Type: Posts; User: pbrockway2

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,457

    Re: Output doesn't display numbers

    I agree with jps - the instructions make sense in that all Checking accounts have the same interest rate, so it's not the sort of thing you would want to clutter toString() with. In *neither* class...
  2. Replies
    6
    Views
    1,457

    Re: Output doesn't display numbers

    You're welcome. I didn't see the earlier question.

    Yes, it's hard to figure out how to ask a question. I know that sounds weird, but with a whole lot of code, and a whole lot of problems and...
  3. Replies
    6
    Views
    1,457

    Re: Output doesn't display numbers

    In the Account class you say



    public void setAccountNumber(long number)
    {
    number = accountNumber;
    }
Results 1 to 3 of 3