Question: Phyton programming language Bank Account Program Create a program named reads two text files, one containing a list of deposits to a bank account and
Phyton programming language
Bank Account Program Create a program named reads two text files, one containing a list of deposits to a bank account and the other containing a list of withdrawals. Your program will then print the balance of the account. Your program must: Prompt the user to enter a starting balance. If the user enters a non-numeric value, print an error message and prompt the user to re-enter the starting balance. Read the deposit file and add those amounts to the balance. Read the withdrawal file and subtract those amounts from the balance. Print the accounts ending balance. Create the deposit file in Notepad and name it Deposits.txt The deposit file should contain the following lines/values: 100.00 125.00 78.92 37.55 Create the withdrawal file in Notepad and name it Withdrawals.txt The withdrawal file should contain the following lines/values: 29.88 110.00 27.52 500.00 12.90 Sub
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
