Answered step by step
Verified Expert Solution
Question
1 Approved Answer
this is using visual studio 7.1 In this assignment, you are going to design a GUI version using Visual Studio form. The programs prompt a
this is using visual studio 7.1
In this assignment, you are going to design a GUI version using Visual Studio form. The programs prompt a user for the number of interior and exterior murals scheduled to be painted during the next month by Marshall's Murals. Next, the programs compute the expected revenue for each type of mural based on the interior murals and exterior murals costs - interior murals cost $500 each and exterior murals cost $750 each. The applications also display the total expected revenue and a statement that indicates whether more interior murals are scheduled than exterior ones. The program will prompt a user to enter the desired month besides the number of interior and exterior murals scheduled. The costs for the interior murals and exterior murals are based on the month being scheduled and to modify the pricing as follows: - Because of uncertain weather conditions, exterior murals cannot be painted in December through February, so change the number of exterior murals to 0 for those months. - Marshall prefers to paint exterior murals in April, May, September, and October. To encourage business, it charges only $699 for an exterior mural during those months. Murals in other months continue to cost $750. - Marshall prefers to paint interior murals in July and August, so he charges only $450 for an interior mural during those months. Murals in other months continue to cost $500. The application should display, by mural type, the number of murals ordered, the cost for each type, and a subtotal. The application also displays the total expected revenue and a statement that indicates whether more interior murals are scheduled than exterior ones. Now create an interactive GUI program named MarshallsRevenueGUI that performs all the same tasks. Shows your name om the program and add any comments needed. Create a project for the program(s). Zip the whole project into a single zip-file (e.g., MarshallsRevenueGUl.zip), and then submit your program(s) on Canvas from assignment Program 2. Make sure the program is executable and can be run using a Form. Below are examples for the interface for a user to enter data, and the results after clicking on the "Calculate Data" button 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