Question: n Week 9 Lab 9. Parallel Array C5110 Week Labo Parallel Arro X + ta z 0 File File | C:/Users/Diego/Downloads/CS110%20Week9%20Lab9%20Parallel%20Arrays%20(2).pdf e Order Shippa USIS

n Week 9 Lab 9. Parallel Array C5110 Week Labo Parallel Arro X + ta z 0 File File | C:/Users/Diego/Downloads/CS110%20Week9%20Lab9%20Parallel%20Arrays%20(2).pdf e Order Shippa USIS com Crest . Dashboard (1141 Youtube Payital Summary O MyHeritage Deep New folder 3 of 9 Q D Page view A Read aloud V Draw Highlight Erase CS 110 - Intro to Computer Science Week 9 2 Lab 9 - Parallel Arrays The program should produce a report that displays sales for each pizza type using a for loop. Also, display the total number of pizzas sold, and the names of the highest selling and lowest selling pizzas. Hint: You only need two for loops for this program. Pizza Pie Program Write a C# program that lets a Pizzeria keep track of their sales for five different types of pizza they sell: Cheese, Pepperoni, Hawaiian, Combo, and Veggie. It should use two parallel arrays: Use a string array for the pizza names. Use an integer array for the number of pizzas 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. Reminder: Array indexes should start at zero in your for loop. Sample Program Output on the next page. CS 110 - Intro to Computer Science Week 9 Screenshot saved The screenshot was added to your OneDrive. OneDrive Type here to search 0 08 9:42 PM 3/4/2021
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
