Question: Question: In Chapter 5, you wrote a C# GarageSale application for the Anderson, Bowman, and Claxton families. The program prompts the user for a family

Question: In Chapter 5, 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 C# program continues while the user does not type Z, and it displays each family's total sales as well as the grand total made at the garage sale. Now, modify the program to use arrays to store the family names, allowed initials, and accumulated sales values. The Original Application in Chapter 5: The Anderson, Bowman, and Claxton families are running their annual garage sale. Write C# a console-based application named GarageSale that prompts the user for a family initial (A, B, or C). Either uppercase or lowercase initials are valid. While the user does not type Z, continue by prompting for the amount of a sale. Keep a running total of the amount earned by each family. After the user types Z or z for an initial, display each family's total as well as a grand total made at the garage sale
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
