Question: Create a program that subtracts a withdrawal from a Savings Account, and returns the following on the screen Balance use any amount) Amount withdrawn (input

Create a program that subtracts a withdrawal from a Savings Account, and returns the following on the screen Balance use any amount) Amount withdrawn (input by user) Amount Deposit (input from 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. If the withdrawal amount is a negative number, a message should appear stating: Negative entries are not allowed. The program stops at this point in this case. I need a user name and password 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. 1. In a separate document, write the Pseudo Code for the program it is found in (chapter 3 of powerpoint). I will be looking only for the logic, no particular syntax is required. Include your name in both files. Inside the program, include your name within a Comment line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
