CIS 380 Lab extra 2

Points: 10 Due Date: Wednesday February 23, 2003

This is an extra credit assignment.

Create three list boxes. The first is a list of dinner items and their prices. The second is a list of dessert items and their prices. The third is the a list of beverages and their prices.

The user will select zero or more items from each list. There will also be some radio buttons to allow the user to pick what percentage tip they want to use. This should include at least 10%, 15% and 20%.

After they make their choices they will press a button that will total the purchases. You will display the chosen items in a text box along with the prices. At the bottom of the display will be the total of the prices. It will also show the tip amount and the final total.

The executable may help clarify the requirements. Download the the executable.

Yours does not have to look just like that. The position of the controls, their names or the labels on them is not the primary thing. ASK if you aren't sure what I mean or if you want to know if you are going in the right direction.

Deliverables:

  1. Print, fill out and attach the cover sheet.
  2. Source Printout. All the needed output can be generated by selecting File from the VB menu bar. Then select Print. This displays a window, from which you should select to print the form image and the code.
    The source code must have your name in the comments as well as the lab name or number.
  3. Data Files
  4. Attach a printout of the original data file and the resulting one.

Notes


ASK if you have any questions.