help

Oct 20, 2012 at 4:02pm
Write a C++ program that reads in three floating point numbers from the keyboard and the finds the arithmetic, harmonic and geometric mean.

how to do this?
Last edited on Oct 20, 2012 at 4:31pm
Oct 20, 2012 at 4:32pm
HELP
Oct 20, 2012 at 4:45pm
Well. What have you done? Please show us.

Its very bad manners to ask somebody questions like this. Even in real life its hard to get a answer. This is probably why no one is answering you.
Oct 20, 2012 at 4:48pm
i dont know what is arithmetic and harmonic and geometric
Oct 20, 2012 at 4:57pm
its actually very simple... v r not gonna let u t code! but v wud help u to get it urselves...
Let the three numbers b a,b and c... thn the arithmetic mean is (a+b+c)/3, geometric mean is cube root of (a+b+c) and harmonic mean is (ab+bc+ac)/3*a*b*c... finish, tats a simple program! u wud get it done with in a matter of seconds!
Oct 20, 2012 at 5:36pm
ok ,thx
Last edited on Oct 20, 2012 at 5:40pm
Topic archived. No new replies allowed.