Overloaded Constructors:
a)Add a pair of constructors to the Height class that implement the initializations provided by the two setHeight operations in Figure 7.11. Minimize the total number of statements by having the one-parameter constructor call the one-parameter setHeight method and having the two-parameter constructor call the two-parameter setHeight method.

b)Provide a complete, rewritten main method for the HeightDriver class such that the new main method uses one of the new constructors from part a) to generate this output:
6.0 ft
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.