Question: Using C# concept, white a programi named detatapp inat penomins ule Ioliowing tasks: Task 1 : Display your personal information including your last name, first
Using C# concept, white a programi named detatapp inat penomins ule Ioliowing tasks:
Task : Display your personal information including your last name, first name and your student ID Make these surrounded by a border composed of asterisks.
Task : The application prompts the user to enter the number of orders for interior and exterior murals. This number has to be between and inclusive Otherwise, the program prompts the user to reenter the number.
Task : Display the number of orders of interior and exterior murals. Compute and display the expected revenue for each type of mural and the total revenue from both types. Interior murals cost $ each, and exterior murals cost $ each.
Note that all revenues should be displayed using currency format.
Task : Display a statement based on the following conditions:
If the number of exterior murals ordered is greater than the number of interior murals, the program should display "Exterior murals are becoming more attractive!", else, the program displays "Interior murals are becoming popular!".
If the number of the orders are equal, then display "Both types are equally preferred!"
Task : The user is prompted to input information for interior mural orders. Each interior mural order includes customer name and mural code: for landscape, for seascape, A for abstract and O for others. Make sure that all the entered codes are valid L S A or O and, if not, prompt the user to reenter the correct code. The number of orders should be the same as the number of interior murals ordered in Task
After the data entry for all the customers is complete, display a count of the number of customers ordering each type of interior mural.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
