Computer Science, asked by bhagyasharma99559464, 6 months ago

Write Java expressions for
(i) m = 2/3(a^2– b^2)hh
(ii) f = 3uv/(u+v)
(iii) p =✓3/4 a​

Answers

Answered by Anonymous
2

Answer:

(i) m=2/3*(math.pow(a,2) - math.pow(b,2))*h*h

(ii) f=3*u*v/(u+V)

(iii) p= math.sqrt(3/4a)

Answered by vaishnavisinghscpl45
5

This is the answer of your question

Attachments:
Similar questions