Answered You can hire a professional tutor to get the answer.

QUESTION

Define the class bankAccount to implement the basic properties of a bank account.The class should store and implement the following data / methods:

Constructor:

  • sets account holders name
  • sets account type
  • sets balance
  • sets interest rate
  • (account number is auto generated in constructor)

:

  • Declare an array of 10 components of type bankAccount.
  • Prompt the user or hard code information for up to 10 customers.  For each customer, assign name, account type, balance, and interest rate.
  • After all information is entered, print all account information for each customer.

Implementation Requirements

You will create three files for this assignment:

  • bankAccount.h  (Class definition)
  • bankAccount.cpp (Class implementation)
  • bankAccountTest.cpp  (test file for your bankAccount class)

Submit source code, a screenshot with a time stamp of code execution, and a text file of the code. All code should include comments.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question