(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
0
i: 9.99
ii: 8
..............
Similar questions