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

  1. Displays a menu with three pizza options for the user to choose from (Small cheese pizza, Medium cheese pizza and Large cheese pizza)
  2. 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.
  3. Prompts the user for the quantity/number of pizza they would like to order.
  4. 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.
  5. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!