CST1620 C# Programming
Week 11
We cover chapter 12 in the book - Using Controls
Watch the class lecture recording for the week. We do a class exercise in the recording that you will need to finish for your homework.
You will need these two images for the class execise. They are png images with a transparent background.
Homework Labs:
Chapter 12 GUI Pizza
Do the in class exercise. Finish it with these additions:
We did most of the program in class.
Add 3 more toppings to the toppings category. 3pt
Add a beverage category. 3pt
Modify program so that all items have a realistic price. 3pt
Calculate the price and Minnesota sales tax. 3pt
Remember to include delivery charge if there is one (non-taxable). 2pt
Add a optional tip category. 3pt
Show the subtotals and the final price on the screen. 3pt
Submit three things to the D2L dropbox for this lab:
1) Screenshot of your running program with data. Make sure you capture your entire desktop.
2) Screenshot of as much of your code as possible.
3) The entire project folder as a ZIP file. This folder should contain your entire project and solution.