Question: The arithmetic mean of two numbers is the result of dividing their sum by two. The geometric mean of two numbers is the square root of their product. The harmonic mean of two numbers is the arithmetic mean of their reciprocals. Write a program that takes two floating point numbers as input and displays these three means in java.