public class BedroomColors { public static void decorations(House h) { } public static void main(String[] args) { // For each house... // Go to that house... // For each bedroom in the house... // Print the color } }