Computer Applications

Write *Java expression* for the following:

Java Math Lib Methods

7 Likes

Answer

Math.pow(x, 10) + Math.pow(y, 10)

Answered By

3 Likes


Related Questions