Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please create in C# A construction company has asked you create a program that will help them bid a job for ceramic tiling a floor.

Please create in C#

A construction company has asked you create a program that will help them bid a job for ceramic tiling a floor. The carpenter should be able to enter three inputs: one for the overall square feet of the floor to be tiled, one for the price of each box of tile, and one for the coverage of the square feet that the package of tile will cover. For instance, the tile the customer chose includes 10 pieces of 12 inch by 12 inch tile which covers 10 square feet.

Create an application that will calculate:

1) How many whole boxes of tile are needed (you are not allowed to buy part of a box).

2) You will also need to calculate the cost of the project. For each whole box of tile needed for the project, the company charges 2 hours of labor. The per hour labor charge is $75.00.

3) Your program should display the following:

  • square feet of the floor to be covered
  • total cost of tile to complete the job
  • total amount of labor hours to complete the job
  • total cost of labor needed to complete the job
  • grand total cost including all tile and labor costs.

Program Notes: You cannot buy part of a box of ceramic tile so you will need to round up the tile to a full box. For instance, if you need 5.4 pieces of tile and the tile comes in 10 tiles per box, you would need to buy 6 boxes of tile. Your cost of labor should calculate the cost of the labor off of the 6 boxes of tile instead of the 5.4 boxes of tile

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

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

More Books

Students also viewed these Databases questions

Question

(1 point) Calculate 3 sin x cos x dx.

Answered: 1 week ago