String Practice Problem
Complete the following program:
a) Read in and store the data from the file called “January.txt”. This file includes the customer’s account number, beginning balance, withdrawals, and deposits. (In that order) Note: Make sure you look at the file before you begin the project!
b) Prompt the user for his/her name and age.
c) Convert the customer’s name to a username that consists of the first letter of the first name, the first 5 digits of last name, and the customer’s age.(All letters should be lowercase) Example: Michael Jordan, age 37 should convert to: mjorda37
d) Convert the account number to the following format: XXX-XX-XXX
e) Calculate the total of the deposits, the total of the withdrawals, and the ending balance in the account.
f) Write a report similar to the following toboth the screen and a filecalled “January statement.txt”:
Broward College National Bank
January Bank Statement
Name UserName Account Number
--------------------------------------------------------------------
Michael Jordan mjorda37 217-28-392
Beginning Balance: $1,200.56
Total Withdrawals: $339.18
Total Deposits: $530.29
Ending Balance: $1,391.67
Save the file as lastname_statement.py and upload the .py file here.
21728392 1200.56 19.18,29.15,78.75,212.10 100,20,410.29