Intro to Program Visual Basic
Decision Making in Programming
The purpose of this assignment to confirm that decision structures can be used within Visual Basic programs.
Build an application similar to that discussed in this week's presentation. The requirements are as follows:
Windows application that computes the estimated cost of wood cabinets based on the number of linear feet of cabinets and the following cost per linear foot: Pine - $160.00 per linear foot; Oak - $230.00 per linear foot; Cherry - $400.00 per linear foot; Hickory - $280 per linear foot.
Ensure that proper naming convention is used for all objects (forms, buttons, etc.)
Capture a screenshot of the following and include in a Word document entitled "Week 3 - Assignment".
The form in design mode showing the Properties window
The form in run mode showing the following selections (This will be 4 separate screenshots showing the final calculations in run mode):
20 linear feet of Pine
25 linear feet of Oak
15 linear feet of Cherry
20 linear feet of Hickory
Source code for each form that shows all subroutines
Submit the assignment in the assignment upload area.