Question: Create a program that subtracts a withdrawal from a Checking Account, and returns the following on the screen: You will need a user name and

Create a program that subtracts a withdrawal from a Checking Account, and returns the following on the screen: You will need a user name and password to get to the menu. Starting Balance use any amount your set in the code Account Balance Amount withdrawn (input by user) Amount deposit (input by the user) Interest Accrued Exit If the withdrawal amount is greater than the Starting balance, a message appears stating: Insufficient Funds. The program stops at this point in this case and gives you the option to exit or go back to the menu. If the withdrawal amount is a negative number, a message should appear stating: Negative entries are not allowed. Whenever there is a deposit or withdrawal the user must be able to see the change in Account Balance and the Interest accured. The program stops at this point in this case. Calculate interest at 1% of the Starting Balance this should take place after the user enters there information. It should show them there interest thus far. I should be able to go into the code and change the variables to see if your error message will appear. Two files: one for the class and another for the code. SEND THE TRANSACTIONS TO A TEXT FILE AFTER IT EXITS THE PROGRAM. This program is user input.

language: python, please format

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!