Write a program to compute the price of a goaty food order. You can download a starting workbook. Here's what it looks like to start:
Users type in the number of each item they want to order. Your program works out the total food cost, total drink cost, total service charge, and the overall total. Here some output:
Write a program to do this.
Important! Your code should get all the prices from the worksheet. Your code should not have 14.95 anywhere in it. Nor 2.95. Nor 0.75. Etc.
You don't need to round the prices to the nearest cent. If you want to, this page explains how.
Include comments identifying each of the three parts of the program.
Upload your solution. The usual standards (variable name standards, indenting, maybe other stuff you've learned) apply.