1.

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

Answer»

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)



Discussion

No Comment Found