I need help with this Assignment because it seems too complicated!! Create a class named, SavingsAccount, in a header file named, SavingsAccount.h and a source file named SavingsAccount.cpp. The class should have a static variable named, annualInterestRate, to store the annual interest rate for all account holders. Each object of the class should contain a private attribute variable named, savingsBalance, indicating the amount the saver currently has on deposit. Write member functions to perform the following: • The appropriate constructors and destructors • calculateMonthlyInterest – calculates the monthly interest and adds it to the balance. • depositAmount – allows the customer to deposit money into the account (thereby increasing the balance. Do not accept negative amount. • withdrawAmount – allows the customer to withdraw money from the account (thereby decreasing the balance. Do not accept negative amount. • modifyInterestRate (static) – allows the bank to change the annual interest rate. Accept only floating-point values between 2 and 5. • displayAccount – prints the variable, savingsBalance Write a test class named, Program11.cpp, to test the SavingsAccount class. Instantiate two objects, saver1 and saver2, with balances of $2000.00 and $3000.00, respectively in the Program11.cpp file. Set the annual interest rate to 4%, then calculate the monthly interest for each of the 12 months, starting with January, and print the new balance, at the end of each month, for both savers. Deposit $1500.00 to saver1’s account and withdraw $550.00 from saver2’s account. Next change the annual interest rate to 5%, calculate the next month’s interest and print the new balance for both savers.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter11: More Object-oriented Programming Concepts
Section: Chapter Questions
Problem 3GZ
icon
Related questions
Question
100%

I need help with this Assignment because it seems too complicated!!

Create a class named, SavingsAccount, in a header file named, SavingsAccount.h and a
source file named SavingsAccount.cpp. The class should have a static variable named,
annualInterestRate, to store the annual interest rate for all account holders. Each object of
the class should contain a private attribute variable named, savingsBalance, indicating the
amount the saver currently has on deposit.
Write member functions to perform the following:
• The appropriate constructors and destructors
• calculateMonthlyInterest – calculates the monthly interest and adds it to the balance.
• depositAmount – allows the customer to deposit money into the account (thereby
increasing the balance. Do not accept negative amount.
• withdrawAmount – allows the customer to withdraw money from the account (thereby
decreasing the balance. Do not accept negative amount.
• modifyInterestRate (static) – allows the bank to change the annual interest rate.
Accept only floating-point values between 2 and 5.
• displayAccount – prints the variable, savingsBalance
Write a test class named, Program11.cpp, to test the SavingsAccount class. Instantiate
two objects, saver1 and saver2, with balances of $2000.00 and $3000.00, respectively in
the Program11.cpp file. Set the annual interest rate to 4%, then calculate the monthly
interest for each of the 12 months, starting with January, and print the new balance, at the
end of each month, for both savers.
Deposit $1500.00 to saver1’s account and withdraw $550.00 from saver2’s account. Next
change the annual interest rate to 5%, calculate the next month’s interest and print the
new balance for both savers. 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Could you Update your main function so it does not have input, processing, or output. thank you.

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning