Write a c program that simulates a simple bank statement


Write a C++ program that simulates a simple bank statement. The program should ask the user to enter their first name, last name, account number, gender(M/F) and initial balance in the account. Ask the user to perform a deposit, and a withdrawal from the account, then display a bank statement in the format below:-

ANU Bank Limited

Account Statement

Name: Anne Bahati, Gender: F

A/C No: 3454534343434

Initial Balance: 0.00

Deposit: Ksh. 45000

Withdraw: Ksh.15000

Current Balance: Ksh.30000

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Write a c program that simulates a simple bank statement
Reference No:- TGS01417628

Now Priced at $15 (50% Discount)

Recommended (96%)

Rated (4.8/5)