Write C Banking Application Keeps Track Bank Accounts Consist Three Classes Account Bank B Q37139927

You are to write a C# banking application that keeps track ofbank accounts. It will consist of three classes, Account, Bank andBankTest. The Account class is used to represent a savings accountin a bank. The class must have the following instance variables: -a String called accountID – a String called accountName – atwo-dimensional integer array called deposits (each row representsdeposits made in a week). At this point it should not be given anyinitial value. Each row represents a week and each value in the rowrepresents a deposit amount. Since the number of deposits can bedifferent in each week, this will

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.