I am learning to use classes. I have been asked to create a class called SavingsAccount, which contains a static data member annualInterestRate and a private data member savingsBalance. I need to utilize a member function calculateMonthlyInterest to calculate the interest on savingsBalance. I also need to use a member function modifyInterestRate to adjust the static interest rate. I need to use these member functions with two objects of class SavingsAccount to calculate the interest earned on two different accounts, saver1 and saver2. I am a little confused. If I can be helped, please email me, I will send what code I have and we can go from there.<br><br>Thanks...