Computer Applications

Write the Java statement for the following mathematical expression : x =

Java Math Lib Methods

7 Likes

Answer

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

Answered By

5 Likes


Related Questions