Computer Applications

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

Java Math Lib Methods

8 Likes

Answer

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

Answered By

6 Likes


Related Questions