ICSE Class 10 Computer Applications
Question 30 of 76
Revising Basic Java Concepts — Question 34
Back to all questions 34
Question Question 15(d)
Write the following as Java expressions.
| z4 - 1 |
Math.abs(Math.pow(z,4) - 1)
Write the following as Java expressions.
| z4 - 1 |
Math.abs(Math.pow(z,4) - 1)