Exercises In Chapter 9, you created a Mural class for Marshall's Murals. The class holds a customer's name, a mural code

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Exercises In Chapter 9, you created a Mural class for Marshall's Murals. The class holds a customer's name, a mural code

Post by answerhappygod »

Exercises In Chapter 9 You Created A Mural Class For Marshall S Murals The Class Holds A Customer S Name A Mural Code 1
Exercises In Chapter 9 You Created A Mural Class For Marshall S Murals The Class Holds A Customer S Name A Mural Code 1 (155.07 KiB) Viewed 86 times
Cengage Visual C# 2017
Exercises In Chapter 9, you created a Mural class for Marshall's Murals. The class holds a customer's name, a mural code, and a description. Now, add a field to the Mural class that holds a price. Extend the Mural class to create subclasses named InteriorMural and ExteriorMural, and place statements that determine a mural's price within these dasses . (A mural's price depends on the month, as described in the case problem in Chapter 9.) Also create ToString() methods for these subclasses that return a string containing all the pertinent data for a mural. Modify the MarshallsRevenue program so that it performs the following tasks: • The program prompts the user for the month, the number of interior murals scheduled, and the number of exterior murals scheduled. In each case, the program continues to prompt the user until valid entries are made. • The program prompts the user for customer names and mural codes for interior and exterior murals. Along with the prompt for a mural code, display a list of valid categories. After data entry is complete, display the total revenue of interior murals, exterior murals, and all murals. • After data entry is complete, the program displays the valid mural categories and to display all the details for the murals in each category. Appropriate messages are displayed if the entered code is not a character or a valid code.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply