Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Question 20 You have been asked to.write.a program that will ask the user for his or her pizza order and display it.
Question 20
You have been asked to.write.a program that will ask the user for his or her pizza order and display it. The order will include the size of the pizza and the type of crust, cheese, and topping. Read the pseudocode for the program:
Input:
Ask user what size pizza—small, medium, or large
Ask user what type of crust
Ask user what kind of cheese
Ask user what topping
Output:
Print a message that clearly displays the user's pizza size, crust type, cheese type, and topping.
Write both the input statement that prompts the user for the pizza size and the print statement that clearly displays the output message related to pizza size.