Question: Suppose that you are developing a cashier module to record the daily bank cash transactions for a banking system. Write the C++ program which

Suppose that you are developing a cashier module to record the daily bank cash transactions for a banking system. Write the C++ program which perform the following operations 1. There is menu having Two Options, (01) Case Deposit and (02) Average Bank Transaction. 2. Write C++ code for option One (Case Deposit); which will record the cash deposit transection on bank ledger named file transection_ledger.txt and this transection format is bank account number, amount and these daily cash transections record on separate file with date_name. 3. Develop code for option Average Bank Transection on desired date given by bank cashier.
Step by Step Solution
3.41 Rating (157 Votes )
There are 3 Steps involved in it
HEADER FILE USED IN PROJECT include include include include using namespace ... View full answer
Get step-by-step solutions from verified subject matter experts
