Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Enhance the addInterest method of the SavingsAccount class to compute the interest on the minimum balance since the last call to addInterest. Hint:
Enhance the addInterest method of the SavingsAccount class to compute the interest onthe minimum balance since the last call to addInterest. Hint: You need to modify thewithdraw method as well, and you need to add an instance field to remember the minimumbalance.