Computer Applications

Write the Java statement for the following mathematical expression

Java Math Lib Methods

6 Likes

Answer

p = a / Math.pow(b,2) + b / Math.pow(a, 2);

Answered By

6 Likes


Related Questions