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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started