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