Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB CODE I NEED HELP part 2 and 3 thank you i have a bad day . . Pizza shop The Ene. 102 class wants

MATLAB CODE I NEED HELP part 2 and 3 thank you
i have a bad day
image text in transcribed
. . Pizza shop The Ene. 102 class wants to open an automated pizza shop. You need to create an automated ordering and cost calculation system. Your program should do this: Part 1 Create a script file to compute the cost of a pizza based on these parameters Ask the customer for the pizza size (8,10,14 inch) using input statement Ask the number of toppings using input statement. Just the number, not types. Compute the area of the pizza Compute the cost of the pizza. do not use i" statements It costs 5 cents per square inch of pizza Add 5 cents per square Inch for each topping Example; a plain pizza with 0 toppings costs $0.05 Area; A pizza with 2 toppings is that price +0.05*Area 2 . (l didn't say it was a good pricing modell) Using an fint statement report to the customer o "You ordered a tinch pieza with toppings" "Your order will be $." I Using a display statement report . "Thank you for your order" Part 2 Add complexity by adding a spaghetti bowl for 56 and a ravioli bowl for $8. Ask the customer for how many orders of each of the dishes Compute the total cost Report to the customer with a longer message "You ordered a 8 inch pizza with a toppings, orders of spaghetti and orders of ravioli. o "Your order will be $. Part 3 Inputs can be in vector form. Have the customer input how many drinks in vector form (We only offer one type but three sizes: small, med, large) Ask the customer for how many drinks in small, med, and large using a single input statement. Note that the variable needs to be input as a vector using square brackets IS,M,L . Create an fant statement that reads back the ordering index addressing Remember that you can address the indes using syntax e Drinit) "You ordered mall, medium, and a large drinks Reflection questionCould you add more types of dressing a matre form! Save the file either on the local computer or on a flash drive, then upload your.me te RSAMY

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

2. Employees and managers participate in development of the system.

Answered: 1 week ago