Computer Applications

Write the Java statement for the following mathematical expression:

Java Operators

6 Likes

Answer

a = (0.02 - 3 * Math.pow(y, 3)) / (x + y);

Answered By

5 Likes


Related Questions