Question: 2. Write a program to calculate the arithmetic mean, the geometric mean, and the harmonic mean for a set of non- zero numbers. Ask the
2. Write a program to calculate the arithmetic mean, the geometric mean, and the harmonic mean for a set of non- zero numbers. Ask the user to enter values for the number between 0 and 10 and enter -99 when they are done. Withi the Sentinel loop, calculate the required sums and product. Use doubles for the variables. x, x, x, x arithmetic mean geometric mean V xi x2"..." harmonic mean Calculate the means after exiting from the loop and print using 3 decimal digits. Test with 7.3, 3.0, 9.2, 4.6, 5.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
