Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a C# program with a class that has one constructor to receive the information and three Value-Returning Method to return the results. The class
Create a C# program with a class that has one constructor to receive the information and three Value-Returning Method to return the results. The class will perform all the calculations. Class does not use any console commands (read and write).
The main will pass the input to the class and display the results. Void methods in main to display heading and instructions. After entering sales and sales increase percent (whole number not decimal), the program will calculate the amount of projected sales increase for each department and total sales increase.
retail sales = ""
retail percent = ""
online sales = ""
online percent = ""
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