double newBalance = balance + amount;// actually meansdouble newBalance = this.balance + amount;
momsSavings.deposit(500);