I have a program that is supposed to first display a restraunt menu. Then it takes orders... the limitation to this is that you can only take up to 8 orders and only one order per item (there are 8 items to choose from too)... After it takes the orders it will then display an invoice of the items selected add the tax to the item then display an amount due....
my question is... would using a Record (structs) be too much or is an array a simplier way to do it...
If my explanation is too confusing I'll post the instructions then...
Heres the Logic I'm thinking about:
Code:--*Program Start*-- Display Welcome } These three are part Display Menu } of a function called Display Instructions } "showMenu" (Required) Ask User to Choose an Item Number Ask User if they would like another Item REPEAT Until No is received When No is received Run function Print Check Print Check-- Display Item(s) selected Display Tax Display Amount Due --*Program End*--



LinkBack URL
About LinkBacks


