well, you are basically all done. except that your formula for calculating hypotenuse is wrong. and, inside your main method you do not need to declare multiple instances of Hypotenuse objects. one would suffice.
p.s. what you are basically doing is finding the square root of 3*4 in the first case, which of course returns a number near 3.5