Computer Science, asked by santosinipati812, 4 months ago

What will be the output when the following code is executed?

Math. Pow(2,3)​

Answers

Answered by singhdiwakar166
0

Answer:

thanks for Free point

Explanation:

thanks

Answered by ashokpanathur
0

Answer:  

The result would be 3.0

Explanation: I think you meant

System.out.println(Math.sqrt(Math.max(Math.pow(2,3),9)));

instead of

System.out.println(Math.sqrt(Math.max(Math pow(2,3).9)))​

Similar questions