Question: Visual basic programming Note This assignment is an individual assignment, and no collaboration of any kind will be accepted. The finished project must be submitted

 Visual basic programming Note This assignment is an individual assignment, and
no collaboration of any kind will be accepted. The finished project must
Visual basic programming

Note This assignment is an individual assignment, and no collaboration of any kind will be accepted. The finished project must be submitted on a flash drive by the indicated due date above . Using and processing RadioButtons Using Try/Catch code to trap and handle runtime errOrS Using Select Case and IF statements to make decisions Using validation techniques to control i Problem Description: Write a VB.NET program to solve the following problem: A company selling consumer products is developing a promotion campaign that will reduce current product prices by certain percentages depending on the amount of the current price. The larger the price, the more the discount. The discounts (as percentages) are given for blocks of prices as follows: Prices less than 100 : 5% Between 100 and 300: 10% Between 301 and 500: 15% Between 501 and 1000: 20% Above 1000 : 25% The products come in two categories: the First Category-includes food, medicine, and child needs. For this category, there are no taxes. Second Category: This is everything that is not included in the first category, and includes general electronics, home appliances, and other luxury items. The tax rate You are required to design an appropriate form (See the following design of the form and controls with the required controls, and write code to do the following: A. Read the current product price from the current price input textbox. .Note: You must use the Try Catch to control and handle price input errors B. Determine the discount percentage applicable for the given product price .Note: you must use the Select Case selection structure to do this. C. Determine the applicable tax rate for the product, given the user's selection of Category Note: Use the If/Elseif statement to do this . e Note: You must ensure that o D. Apply the discount to compute the discounted product price E. Apply the tax rate, if any, on the discounted price to arrive at the final after-tax discounted price F. Display the final after-tax discounted price on a label control, formatted as currency G. When requested, clear the form from the current product information H. When requested, exit the application

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!