In java, write a class called Furniture that has 2 variables of different types, constructors, getter, setters and one print method (or a toString method is fine).
Pick any variables that you want and be sure to create all the possible constructors you can given those two variables.