2. Using arrays, write a program that will do the following: a. Computes for the painting cost b. Computes for the labor cost c. Computes for the total expenses d. Computes for the total number of...

1 answer below »
2. Using arrays, write a program that will do the following: a. Computes for the painting cost b. Computes for the labor cost c. Computes for the total expenses d. Computes for the total number of days the painting work will be done. THE PROBLEM: You are tasked to present a budget proposal for a painting job for a certain multi-national corporation. There will be five buildings for the job and the company wants to see the expenses for each building as well as the total expenses for the entire painting project. The following are considered for the computation of the budget: - The PAINTING COST is determined based on the total area of the building. You have to know the length and width of each floor of the building as well as the total number of floors each building have. If the total area is less than 1,500, the painting cost is 12,500 multiplied by the number of floors. However, if the total area is 1,500 or more but does not exceed 5,000 the painting cost is computed as 18,275 per floor. And if the total area is more than 5,000, the painting cost is 23,500 per floor plus an additional fixed amount of 7,200. - The LABOR COST is also determined based on the area of each floor. Twenty men are employed if the area is more than 500. Ten men are employed for an area that does not exceed 300 and fifteen men are deployed in between. If the company employs 200-300 men, it will cost them 700,000. If there will be less than 200 men but greater than 100 men will be deployed, the company will spend 320,000. However, if the number of workers who will do the painting job will be from 100 below, it will just cost the company 160,000. Any additional worker that will exceed 300 will cost an extra 850 pesos. - The TOTAL EXPENSES is computed by summing up the PAINTING and the LABOR COST - The NUMBER OF DAYS the painting job will be done is also based on the area of each floor. If the area is 1,500 and below it takes 4.5 days for each floor to finish. If the area is more than 1,500 but does not exceed 2,500 it will take 11 days to finish and if it is more than 2,500, it usually takes 18 days to accomplish the painting job.
Answered 128 days AfterOct 02, 2021

Answer To: 2. Using arrays, write a program that will do the following: a. Computes for the painting cost b....

Neha answered on Dec 31 2021
113 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here