Food truck menu
The Variety Food Truck Ordering System is an application that allows customers to place an order from a pre-defined menu. The program allows the user to select items from the menu, select quantities, and veiw the cost of the order.
* Validation of user inputs
* Calculates order cost
* Helpful error messages to help the customer make valid selections
This is written in Python 3.10
Support for this code came from: class activity examples, learning assistants, code within the start file, and a lot of trial and error.
I would like to thank Noah, and Deborah who helped me with my understanding of how the code is working and the logic that goes into it.