Question: Pizza Pie Program Write a C++ program that lets a Pizzeria keep track of their sales for five different types of pizza they sell: .

Pizza Pie Program Write a C++ program that lets a
Pizza Pie Program Write a C++ program that lets a Pizzeria keep track of their sales for five different types of pizza they sell: . The program should produce a report that displays sales for each pizza type using a for loop. Cheese, Pepperoni, Hawaiian, Combo, and Veggie. . Also, display the total number of pizzas sold, and the . It should use no parallel arrays: names of the highest selling and lowest selling pizzas. . Use a string array for the pizza names. . Use an integer array for the number of pizzas Hint: You only need two for loops for this program. sold. . Create a named constant in ALL CAPS equal to the array size to use with your array variables. . Use an initialization list to store the pizza names when the array variable is created. . The program should prompt the user to enter the number of pizzas sold for each type using a for loop

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 Mathematics Questions!