Computer Science, asked by HellNinja, 5 months ago

(c) Give the output of following Math function
i. If x= -9.99, Calculate Math.abs(x);
ii. If y=2, Calculate Math.pow(y,3);

Answers

Answered by swastikrout1973
0

i: 9.99

ii: 8

..............

Similar questions