Question
Visual Basic 2017 Chapter 6 Exercise 8. Mats-R-Us sells three different types of mats: Standard ($99), Deluxe ($129), and Premium ($179). All of the mats
Visual Basic 2017 Chapter 6 Exercise 8. Mats-R-Us sells three different types of mats: Standard ($99), Deluxe ($129), and Premium ($179). All of the mats are available in blue, red ($10 extra), and pink ($15 extra). There is also an extra $25 charge if the customer wants the mat to be foldable. Create a Windows Forms application. Use the following names for the project and solution, respectively: Mats Project and Mats Solution. Save the application in the VB2017\Chap06 folder. Create the interface shown in Figure 6-58. Use a function to determine the price of the mat before any additional charges. Use a Sub procedure to calculate the total additional charge (if any). Use an event-handling Sub procedure to clear the price. Also, verify that the user wants to exit the application before closing the form. Save the solution and then start and test the application appropriately. Figure 6-58 Interface for Exercise 8Visual Basic 2017 Chapter 6 Exercise 8. Mats-R-Us sells three different types of mats: Standard ($99), Deluxe ($129), and Premium ($179). All of the mats are available in blue, red ($10 extra), and pink ($15 extra). There is also an extra $25 charge if the customer wants the mat to be foldable. Create a Windows Forms application. Use the following names for the project and solution, respectively: Mats Project and Mats Solution. Save the application in the VB2017\Chap06 folder. Create the interface shown in Figure 6-58. Use a function to determine the price of the mat before any additional charges. Use a Sub procedure to calculate the total additional charge (if any). Use an event-handling Sub procedure to clear the price. Also, verify that the user wants to exit the application before closing the form. Save the solution and then start and test the application appropriately. Figure 6-58 Interface for Exercise 8
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