a paint company wants a GUI computer program to help them determine how much paint is needed to paint a room, assuming a room is to have four walls and the ceiling painted. Input to the program should be the length, width and the height of the room. Use a constant for the wall height (usually 8ft). Cost of paint for the walls and ceiling should be entered by the user. Output should be the amount and cost for each kind of paint and the total costs.