Question: We are going to design some basic software that manages money, transactions. You do not need to implement this as a web app. This is
We are going to design some basic software that manages money, transactions.\ You do not need to implement this as a web app. This is strictly a coding\ exercise. Think of it as Programming II for Python.\ There is an unfinished piece of code attached to this document. Please finish\ it. You may add to it, but you may not modify any part of it. Please note that\ you will receive no credit for this entire question if you choose to write\ everything from scratch.\ For this task, you will create a Bank class to handle some basic functionality and\ data.\ At a very high level, the Bank must be able to:\ Keep track of multiple customers and accounts\ Display the total amount of deposits of each customer\ Allow customers to deposit and withdraw money from their account\ If you look at the code, there are four methods you need to write. How well you\ write those methods determine how well you do with this part of the assignment.\ HINT: This one does not require inheritance or abstraction.\ Use the internet to answer your questions as much as possible and try to work in\ groups. Searching for answers online is a critical skill for any good developer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
