Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write two seperate C# programs: #:1 Create a program with a class that has one constructor to receive the information and three Value-Returning Method to

Write two seperate C# programs:
#:1
Create a 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
#:2
code an application that determines how many gallons of water is needed for a pool. Create Void Methods for the Header and Directions. Create 3 Value-Returning Methods that will return length, width, and height. Create another Value-Returning method that will accept 3 arguments (length, width, and height) and return the number of gallons needed. Use Math.Ceiling for the number of gallons. To calculate the gallons needed: 1 cubic foot of pool needs 7.5 gallons and declare as a constant.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MFDBS 89 2nd Symposium On Mathematical Fundamentals Of Database Systems Visegrad Hungary June 26 30 1989 Proceedings

Authors: Janos Demetrovics ,Bernhard Thalheim

1989th Edition

3540512519, 978-3540512516

More Books

Students also viewed these Databases questions