Description
Kelvin’s Department Store wants an application that displays the number of rewards points a customer earns each month. The reward points are based on customer’s membership type and total monthly purchase amount, as shown in Figure 5-53. Use the following names for the solution and project, respectively: Kelvin Solution and Kelvin Project. Save the application in the VbReloaded2015\Chap05 folder. Change the form file’s name to Main Form.vb. You can either create your own interface or create the one shown in Figure 5-53. Display the number of reward points without any decimal places.
Membership Type | Total Monthly Purchase ($) | Rewards Points | Â |
Basic | Less than 100 | 0 | Â |
 | 100-249.99 | 5% of the total monthly purchase |  |
 | 250 and over | 6% of the total monthly purchase |  |
Standard | Less than 50 | 2% of the total monthly purchase | Â |
 | 50 and over | 7% of the total monthly purchase |  |
Premium | Less than 200 | 7% of the total monthly purchase | Â |
 | 200 and over | 9% of the total monthly purchase |  |
Reviews
There are no reviews yet.