COSC 135 A ListBoxes and switch blocks
Tom Linton, February 21, 2003
In a file named FastFood.java, write an application that asks the user to select a main dish:
and a pop size:
Then print a meaningful summary of their order, like:
Thanks for ordering a hamburger and medium pop. Your total is $3.25.

You should use two separate ListBoxes to get their order. Hand in your solution via the digital drop box on Blackboard.