Question: Name your source code as .cpp (replace the text with with your last name and first name, in that order) and upload to blackboard. The

 Name your source code as .cpp (replace the text with with

Name your source code as .cpp (replace the text with with your last name and first name, in that order) and upload to blackboard. The goal of this assignment is to design and implement classes. We will continue the lesson from the 2/27 lecture on the banking model. Write a program that implements a class model for storing and managing the following data: Test Data: Create a customer using your name and address. Create two accounts for yourself, a Checking and a Savings. Start with a $100 Credit balance in each account. Fill in the other required data as you like (date opened, time stamp). The customer should be able to perform the following actions: Customer: Get the current balance of funds in a specific account identified by the account ID value. Get the total amount of funds across ALL accounts Add money to an account specified by the ID Retrieve money from an account specified by an ID Once you have built your Class Model, write your program to implement your class by outputting to standard output the following transactions: Get balance info for your checking account. Add $10 to both checking and savings account. Retrieve $50 from your checking account Get the total available balance you now have in both accounts

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!