Computer Science, asked by krishna684149, 11 months ago

write the following Java expression​

Attachments:

Answers

Answered by nidhi5003
18

1.) Math.sqrt(a*a-b*b)

2.) 180*(Math.exp(x,6)- Math.exp(y,6))

3.) 4.0/3.0*180*r*r*r

4.) Math.abs(z*z*z*z -1)

here are your answers

hope so it may help you

please mark me as the Brainliest answer

Answered by jsprashantchouhan
4

Explanation:

Math.sqrt(a*a - b*b)

Math. pi(Math.pow(x,6) - Math.pow(y,6))

(4.0/3.0)*(22.0/7.0)*(Math.pow(r,3))

Math.abs(z*z*z*z - 1)

Similar questions