double amt = 500; momsSavings.withdraw(amt); harrysChecking.deposit(amt);
double rate = 5; // 5% double amt = acct.getBalance() * rate / 100; acct.deposit(amt);