Harry from Harry's Hamburger Hut sells custom hamburgers. He wants you to write a program to calculate the Amount due for Hamburger. Cost of a hamburger is based on the following scale.
hamburger = 3.00
mustard and/or catsup no extra charge
pickle = .10 lettuce = .20 tomato = .50 cheese = .90
Do not forget here at Harry's Hamburger Hut tax is 8% .
You will have a loop in this program that will ask if you wish to order again.
Output must be formatted with 2 decimal place.
Run the program with the test data listed below BUT the program should be able to run with any data input. (See back of this page)
Do not forget the Reflections.