Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    24,997

    Re: Bank Account Program.

    Please do not re-post your same question in a new thread. I have merged the new thread with this one.
  2. Replies
    10
    Views
    24,997

    Re: Bank Account Program.

    public SavingsAccount(String string, double rate)
    {
    interestRate = rate;
    }
    public SavingsAccount(SavingsAccount yourAccount, int rate) {

    }
Results 1 to 2 of 2