A sample output is shown above.
Assignment is Programming Project #2 on page 215.
A fast-food vendor sells:
• pizza slices ($1.75)
• fries ($2.00)
• soft drinks ($1.25)
Write a program to compute a customer's bill. The program should request the quantity of each item ordered in a Sub
procedure, calculate the total cost with a Function procedure, and use a Sub procedure to display an itemized bill.