Write Two Seperate C Programs 1 Create Program Class One Constructor Receive Information T Q43906130
Write two seperate C# programs:#:1Create a program with a class that has one constructor toreceive the information and three Value-Returning Method to returnthe results. The class will perform all the calculations. Classdoes not use any console commands (read and write).The main will pass the input to the class and display theresults. Void methods in main to display heading and instructions.After entering sales and sales increase percent (whole number notdecimal), the program will calculate the amount of projected salesincrease for each department and total sales increase
#:2code an application that determines how many gallons of wateris needed for a pool. Create Void Methods for the Header andDirections. Create 3 Value-Returning Methods that will returnlength, width, and height. Create another Value-Returning methodthat will accept 3 arguments (length, width, and height) and returnthe number of gallons needed. Use Math.Ceiling for the number ofgallons. To calculate the gallons needed: 1 cubic foot of poolneeds 7.5 gallons and declare as a constant.
Expert Answer
Answer to Write two seperate C# programs:#:1Create a program with a class that has one constructor to receive the information and …
OR