Question: Question 1: Write a C# program named PizzaPrices that prompts the user to make a choice for a pizza sizeS, M, L, or Xand then
Question 1: Write a C# program named PizzaPrices that prompts the user to make a choice for a pizza sizeS, M, L, or Xand then displays the price as $6.99, $8.99, $12.50, or $15.00, respectively. Requirement: Must use a parallel array.
Question 2: In the previous chapter, you wrote a C# GarageSale application for the Anderson, Bowman, and Claxton families. The program prompts the user for a family initial (an uppercase or lowercase A, B, or C). The program continues while the user does not type Z, and it displays each familys total sales as well as the grand total made at the garage sale. Now, modify the C# program to use arrays to store the family names, allowed initials, and accumulated sales values.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
