public class RepaintHouse { public static void repaintHouse(House house) { // TODO } public static void main(String[] args) { // Make a house // Repaint all the rooms in the house } }