Computer Science, asked by sunilasingh802, 9 months ago

write the java equivalent expression for the following and evaluate them through a program a) volume =3.1459 r^2 h/3​

Answers

Answered by amansarrafas24payxgs
10

Answer:

double volume = (3.1459*Math.pow(r,2)*h)/3;

I hope you find it useful... If you have any query do comment, I will try to solve it...

Similar questions