Question: Week 5 Assignment 1: Flowchart Before you attempt the Programming assignment, design a flowchart using correct symbol notation and corresponding pseudocode with proper indentation for
Week 5 Assignment 1: Flowchart
Before you attempt the Programming assignment, design 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:
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. Please give accurate answers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
