Before you attempt the Programming assignment, create a flowchart using correct symbol notation and corresponding pseudocode with proper indentation for the algorithm that will be used to solve the following programming problem: In this assignment, you will be creating a Pizza Ordering program. The Pizza Ordering program should allows customers to order a pizza by selecting from a menu, choosing toppings, quantity and calculate and display the total cost of their order. Design a program that Displays a menu with three pizza options for the user to choose from (Small cheese pizza, Medium cheese pizza and Large cheese pizza) Prompts the user to select available toppings: pepperoni, sausage, or olives. The user should be able to select a topping by entering 1 to indicate they want the topping and 0 to indicate they do not want the topping. Prompts the user for the quantity/number of pizza they would like to order. Uses a function to calculate the total price of the order based on pizza size, number of toppings and quantity. A small cheese pizza costs $12.00, medium $14.00 and large $16.00. Each topping costs an additional $1.50. Displays the order summary, including the pizza size, toppings, and total cost. Submit your flowchart as a PNG file and your pseudocode as a TXT file. Please remember that when you use functions in your program, each function needs to be separately represented in flowchart and pseudocode. Please review and follow the directions in the Submission Requirements Document, located in “Course Resources” for your submission. Below are some additional resources to help with flowcharting: Flowcharts – ADA Computer Science What is a Flowchart and its Types? – GeeksforGeeks Introduction to Flowcharting – 1st Maker Space (PDF)

Leave a Reply
You must be logged in to post a comment.