akosiraff

Download PaintJobEstimator

Jul 23rd, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/paintjobestimator/
  3. A painting company has determined that for every 115 square feet of wall space, one gallon of paint and eight hours of labor will be required. The company charges $18.00 per hour for labor. The program will allow the user to enter the number of rooms to be painted and the price of the paint per gallon. It should also ask for the length, width and height of each room (assumption: room dimensions are square or rectangular). The program will have the following methods that return the following data:
  4. •the square footage of the room
  5. 1. Add together the length of each wall
  6. 2. Multiply the sum by the wall height
  7. See attached file for an example of calculating the square footage of a room.
  8. •the number of gallons of paint required
  9. •the hours of labor required
  10. •the cost of the paint
  11. •the labor charges
  12. •the total cost of the paint job
  13. It should then display the information on the screen.
  14. Be sure to use your test data to test your program.
  15. All data entry will be tested for validity, and the user reprompted until the data is entered in correctly.
  16. Download: http://solutionzip.com/downloads/paintjobestimator/
Add Comment
Please, Sign In to add comment