Need a Solution to this Visual Basic program to calculate the packing of widgets.
There are several files that need to be sent in with each project. The folder's name is the same as your project. When you open it, you'll find other folders and files. Send in all the files. Your project won't run without them. Zip the entire project folder and submit it via D2L.
The Calc Button should calculate and display the number of boxes and the number of cases. There are 6 widgets in each box and 10 boxes to a case. The Exit Button should end the program.
Use the proper naming conventions for all objects and variables.
Be sure to:
Declare all required variables
put your day and classtime in a label on the form
include a TextBox for the number of widgets
display the number of boxes and cases
include a working Exit Button
include a working Calc Button
properly calculate the boxes and cases
properly name each control
properly name each variable
put your name in the title bar
submit the all required files
|
Scoring
all variables declared |
1 |
day and classtime in Label |
1 |
TextBox for widgets |
1 |
displays boxes and cases |
1 |
includes a working Exit Button |
1 |
includes a working Calc Button |
1 |
properly calculates boxes and cases |
2 |
each control is properly named |
1 |
properly named variables |
1 |
Total |
10 |
|