Question
In this exercise, you create an application for Genatone Inc. The application displays the price of an order based on the number of units ordered
In this exercise, you create an application for Genatone Inc. The application displays the price of an order based on the number of units ordered and the customer's status (either wholesaler or retailer). The price per unit is shown in Figure 4-61. Createa Windows Forms application. Use the following names for the project and solution,
respectively: Genatone Project and Genatone Solution. Save the application in the VB2017 Chap04 folder. Change the form file's name to Main Form.vb. Change the form's name to frmMain. Create a suitable interface. Use radio buttons to determine the customer's status. Code the application. Save the solution and then start and test the application. (A wholesaler ordering 70 units will pay $910.00, while a retailer will pay $1,260.00.)
Wholesaler Retailer 1-50 51-150 Over 150 15 13 10 Number of units 1-25 Over 25 18
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started