40 Likes
Math.abs(x * x + 2 * x * y)
Answered By
24 Likes
Write the Java expression for x3+y\sqrt[3]{x}+ \sqrt{y}3x+y
The output of the following code is:
System.out.println(Math.ceil(6.4) + Math.floor(-1-2));