Computer Science, asked by ajkyal2006, 8 months ago

What is the output of the following statement: System.out.println(Math.round(Math.pow(2.4,2));

Answers

Answered by praneetgopnarayan2
6

Answer:

The Math.pow() function returns the base to the exponent power, that is, baseexponent, the base and the exponent are in decimal numeral system.

Similar questions