Question: Programming Assignment 4 (Bank Charges) A bank charges $10 per month, plus the following check fees for a commercial checking account: $0.10 each for less
Programming Assignment 4 (Bank Charges) A bank charges $10 per month, plus the following check fees for a commercial checking account: $0.10 each for less than 20 checks $0.08 each for 20 through 39 checks $0.06 each for 40 through 59 checks $0.04 each for 60 or more checks Create an application that allows the user to enter the number of checks ic PH ce) written. The application should compute and display the bank's service fees for Class View the month. All checks for the month are assigned the same charge, based on the total number of checks written during the month. Declare monthly charges and check fees as constants Input validation: Use TryParse method for input validation. Do not accept a negative number for the number of checks written. Ensure that all values are numeric. The Clear button must clear the text box and the label that displays the monthly service charge. ea Use the following test data to determine whether the application is calculating properly in each case, the customer is charged only a single rate, based on the total number of checks Number of ChecksTotal Fees t Publish S35 PM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
