With ( C ) Program Transcribed Image Text: QUESTION 1
Write a program that can request the size of pizza, quantity from the user and calculate the total price. The pizza price is set as in Table 1.0. Compile and save as ML YourName.c.
Copy-paste the successfully compiled code in the space provided.
Table 1.0
Size(inch)
Туре
Price(SR)
Display
8-10
Small
15.00
Show type, size and total price
11-12
Regular
24.00
Show type, size and total price
15
Large
30.00
Show type, size and total price
18
Extra Large
52.00
Show type, size and total_price
“Pizza not exist”
Others
Sample output
Enter pizza size, and quantity:>8 2
Туре
Quantity
Price
Small
30.00
Program ended with exit code: 0
Enter pizza size, and quantity:>18 1
Туре
Quantity
Price
1
52.00
Extra-Large
Program ended with exit code:0
ITIC10 (DO or ALT+EN+F10 (Mac).