Question: In Visual Basic: Create a program to calculate bank charges: Given data below...... A bank charges $10 per month, plus the following check fees for

In Visual Basic: Create a program to calculate bank charges: Given data below......
A bank charges $10 per month, plus the following check fees for a commercial checking account: S0.10 each for less than 20 checks 0.08 each for 20 through 39 checks $0.08 each for 40 through 58 checks 50.04 each for 60 or more checks Creste an application that allows the user to enter the number of checks written. The application should compute and display the bank's service fees for 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 ToyParse method for input validation. Do not accept a negstive number for the number of checks written. Ensure that all values are numeric. The Clear button must cleer the text box and the label that displays the monthly service charge 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 Checks Total Fees 15 $11.50 25 $12.00 45 $12.7O 75 $13.00 The name of the 4th programming assignment is BCHARGES. Follow the same instructions as in Programming Assignments 1, 2, and 3 to submit the 4th programming assignment. Name the folder PA4_YourName (e.g.. PA4_KSingh). The designer view should be as shown on the next page Bank Charges Number of Checks Total Fees Calculate ar Egit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
