subject
Computers and Technology, 06.12.2020 09:10 yorylee

Challenge 15A - PaintCalculator Package: chall15A
Class: Main, RoomSize, PaintType

Write a program to help a paint company prepare bids for painting projects

Your program must:

1. Have a RoomSize class with a constructor that holds the parameters of length, height, and width.
2. Have a PaintType class with a constructor that holds the parameters of color, cost, and coverage.
3. Constructors should have methods for getters and setters.
5. Main should provide a menu to enter room and paint information to the objects and then make calculations.

Use the following information.

ā€¢ Wall surface area of a room = (L*W)+2*(L*H)+2*(H*W)
ā€¢ Base Blue Paint, $30/gal, 300 square feet
ā€¢ Base Green Paint, $ 32/gal, 350 square feet
ā€¢ Premium Blue Paint $40/gal, 425 square feet
ā€¢ Premium Green Paint, $42/gal, 415 square feet

Make a calculation to bid for a hotel with 150 rooms. Rooms are 15'x12'x9', Half of the rooms are to be blue and the other half green. Create a bid for both Base and Premium paints.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 17:00
Ineed a good science fair name iā€™m doing a homemade water filter and i have no idea what the title should be plz
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Write a function called checkfactor that takes two arrays of positive numbers, firstnumberrow and secondnumberrow. checkfactor checks if the first entry in firstnumberrow is divisible by the first entry in secondnumberrow, and performs the same operation on the next array elements until all entries have been checked. all the numbers are positive and the number of entries in the arrays are the same. the function should return the identified divisible numbers in two row arrays named firstdivisible and seconddivisible.restrictions: branches or loops should not be used. the code must use the internal mod and logical functions.hint: the mod function should be used to determine if two numbers are divisible. ex: for num1 and num2 if mod(num1,num2) is 0, then the two numbers are divisible.this is matlab
Answers: 2
question
Computers and Technology, 24.06.2019 18:30
Jacking is a crime that takes place when a hacker misdirects url to a different site. the link itself looks safe, but the user is directed to an unsafe page
Answers: 1
question
Computers and Technology, 24.06.2019 19:50
How to unblock on chrome book? ?
Answers: 1
You know the right answer?
Challenge 15A - PaintCalculator Package: chall15A
Class: Main, RoomSize, PaintType

Questions
question
World Languages, 22.06.2019 22:00