I would like to create discount based on the following
items on small piza , large pizza and drinks as
well.
for instance for small pizza,
if qty of small pizaa is > 10
give 50% discount
if qty of small pizaa is > 8
give 40% discount
if qty of small pizaa is > 6 givs
30% discount
if qty of small pizaa is > 4 give
20% discount
else
0%
// Program objective: requires user to input the data, program
runs through the data,calcualtes...