Question: Programming Assignment 4 (Bank Charges) (This is for Visual Basic Application please make sure the codes to be used in visual basic and not C++

Programming Assignment 4 (Bank Charges) (This is for Visual Basic Application please make sure the codes to be used in visual basic and not C++ or java) 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 written. The application should compute and display the banks 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 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. 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.70 75 $13.00

This is how it's designed:

Programming Assignment 4 (Bank Charges) (This is for Visual Basic Application please

Bank Charges Number of Checks Total Fees Calculate Clear Exit

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!