Problem
1. Why can't the average method have a parameter variable of type Object[]?
2. Why can't you use the average method to find the average length of String objects?
3. What is wrong with this code?
Measurable meas = new Measurable();
System.out.promtln(meas.getMeasure();