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