Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume that the following online food ordering form is created. Create a table with fields: Order no (should be unique and incremented automatically). Date, Quantity
Assume that the following online food ordering form is created. Create a table with fields: Order no (should be unique and incremented automatically). Date, Quantity and Bill Amount using MongoDB. When the user clicks the Submit Order button the price is calculated and displayed. The calculation is performed by the server side scripting using the formula (total=((cost of pizza type + Pizza Size Cost)* quantity) + Extra Ingredients). The cost of different pizza type are as follows: Small - Rs 100Medium Rs 150 Large - Rs 200 - D Pepperoni R$10.00 Margherita Capricciosa R 13.00 12.00 Quantity Quantity Ou 1 SD Small Small Small Extra Ingredients Pepperoni Rs 3.00 Mushrooms Extra Cheese Po 400 200 Submit Order Total 0.00
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started