--- 0 / 1 C. A constructor should set the state of the object being constructed --- --- 0 / 1 z.setReal(10) The memory diagram for the setReal method has a value of 500a for this and a value of 10 for real. The object at address 500a corresponds to the client variable named z. --- --- 0 / 3 There are many possible answers. Here are 3: min : -5 max : 5 value : 0 expected return value : true explanation : tests a value that is in the range min : -5 max : 5 value : 100 expected return value : false explanation : tests a value that is outside of the range min : -5 max : 5 value : 5 expected return value : false explanation : tests a value that is exactly on one end of the range ---