A painting company has determined that for every 115 square feetof wall space, one litre of paint and eight hours of labor will berequired. The company charges Rs.80.00 per hour for labor. Write aprogram that allows the user to enter the number of rooms to bepainted and the price of the paint per litre. It should also askfor the square feet of wall space in each room. The program shouldhave methods that return the following data:
• Number of litres of paint required
• Hours of labor required
• Cost of the paint
• Labor charges
• Total cost of the paint job
And your program should also display all the data on thescreen.
Please use JAVA programming
A painting company has determined that for every 115 square feet of wall space, one litre of paint and eight hours of la
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am