subject

Artistic Solutions Paint Job Estimator Artistic Solutions, a painting company, has determined that for every 160 square feet of wall space, one gallon of paint and three hours of labor are required. The company charges $28.00 per hour for labor. Design a modular program that allows the user to enter the number of rooms that are to be painted, the approximate square feet of wall space in each room (it may differ from room to room), and the price of the paint per gallon. It should then create a report that includes a fancy company header and displays the following information: a. The number of gallons of paint required (rounded up to the next full gallon)
b. The hours of labor required
c. The cost of the paint
d. The labor charges.
c. The total cost of the paint job

Input validation: The program should not accept a value less than 1 or more than 12 for the number of rooms or a value less than 100 for the square footage of a room. It should also not accept a value less than $10.00 or more than $25.00 for the price of a gallon of paint.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 00:30
Match the sentence fragment in the first column with the appropriate ending in the second column. a little per favore?
Answers: 1
question
Computers and Technology, 25.06.2019 00:00
Into which of these files would you paste copied information to create an integrated document? a. mailing list b. destination c. source d. data source
Answers: 1
question
Computers and Technology, 25.06.2019 02:00
Software and services are used to conceive, plan, and execute projects in any field. these tools are excellent methods of increasing the probability of successful projects. open source linux project management mind-mapping
Answers: 2
question
Computers and Technology, 25.06.2019 05:10
What is the output of the following program? #include using namespace std; class bclass { public: void print() const; bclass(int a = 0, int b = 0); //postcondition: x = a; y = b; private: int x; int y; }; class dclass: public bclass { public: void print() const; dclass(int a = 0, int b = 0, int c = 0); //postcondition: x = a; y = b; z = c; private: int z; }; int main() { bclass bobject(2, 3); dclass dobject(3, 5, 8); bobject.print(); cout < < endl; dobject.print(); cout < < endl; return 0 ; } void bclass: : print() const { cout < < x < < " " < < y < < endl; } bclass: : bclass(int a, int b) { x = a; y = b; } void dclass: : print() const { bclass: print(); cout < < " " < < z < < endl; } dclass: : dclass(int a, int b, int c) : bclass(a, b) { z = c; }
Answers: 3
You know the right answer?
Artistic Solutions Paint Job Estimator Artistic Solutions, a painting company, has determined that f...
Questions
question
Social Studies, 28.01.2021 14:00
question
Mathematics, 28.01.2021 14:00
question
Mathematics, 28.01.2021 14:00
question
Geography, 28.01.2021 14:00
question
Mathematics, 28.01.2021 14:00
Questions on the website: 13722360