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