Price Checker Project
Name ALL controls and variables appropriately.
You will create an application to total the prices for items. You may choose the type of item: music, clothing, skating, clothes, or DVD's. The application will allow the user to select any number of items from 6 choices.
The items to choose will be on one form along with the subtotal.
The tax and grand total will be on a different form.
When an item is selected the cost for that item will be stored in a variable and a picture of that item will appear on the form.
You will only see 1 picture at a time.
When selecting the items, the program will:
You will have a total of 9 or 10 variables. Those that you declare (your six items) will be as currency.
Format all numbers as Currency,
Show the number of items selected on the 2nd form.