CISY 125 - Computer Project 6
This Lab will be a modification of Project 5
Redo Project 5 using modules for GetData, CalcIngredients, and DisplayQuantities
If you hardcode the Ingrediants (such as ounces of Ice Cream in a Sundae) then
your Main Module could be:
CLS
CALL GetData(Sundaes, Shakes, Cones)
CALL CalcIngredients(Sundaes, Shakes, Cones, IceCream, Sauce, Nuts)
CALL DisplayQuantities(IceCream, Sauce, Nuts, Cones)
END
The Output should match Project 6
You are to do the following:
- Structure Chart (Down to Level 2, Except Display Results)
(Basic Structure Chart 10% - Showing Variables past/received from modules 5%)
- Flow Chart (Flow Chart Main Module 5% - CalcIngredients 10%)
- QBasic Code (70%)
Submitting the program
- Submit the QBasic code electronically (either hand in the In-Class Floppy, or e-mail the QBasic code)
- Submit the QBasic code on paper.
You must work alone on these Computer Projects. Cheating in any form will not be tolerated.