Take user input and store it in variables
Build functions to handle calculations
Use (optional: nested) conditional statements and logical operators to evaluate the response given to the user
Calculate data using math operators (adding numbers, calculating average, giving change, etc.)
Use template literals and console.log() to print to the terminal
Make sure the user is only entering numbers. If they enter an invalid value, prompt them to re-enter.
The displayed prices should only have two decimal places.
Can you adjust your program to account for any appetizers ordered for the table?
Display the tax and tip values
Implement a rewards system (stamp card, buy one get one, etc)
Project Demo!