write the following as java expression. If you know the answer then tell lest your answer will be reported
Attachments:
Answers
Answered by
1
Answer:
Math.cbrt(Math.pow(x, 2) + 5 * Math.pow(y, 3))
Answered by
1
- Write down the java expression for the following.
Given expression,
The above expression can be written in Java as,
Math.cbrt(Math.pow(x,2)+5*Math.pow(y,3));
Similar questions