Computer Applications
Write the Java expression for the following:
Java Operators
ICSE 2006
101 Likes
Answer
z = Math.pow(x, 3) + Math.pow(y, 3) + x * y / 3
Answered By
42 Likes
101 Likes
z = Math.pow(x, 3) + Math.pow(y, 3) + x * y / 3
Answered By
42 Likes