Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A bank account can either be a Checking or Savings account. Each bankAccount object stores the following: 1 - A username, maximum of 1 6
A bank account can either be a Checking or Savings account. Each bankAccount object stores the following:
A username, maximum of characters in length and statically allocated as a cstring. The funds in the account are stored as a double A bool to identify if this is a checking account An int for the number of monthly transactions.
You are free to create additional private data members which may be helpful.
Fees & Interest
Checking and Savings accounts have different interest rates and fees as outlined below, your class will need to be aware of these. Instead of hardcoding these values in the code, create const double data members as part of the class for a cleaner solution:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started