What will be the output when the following code is executed?
Math. Pow(2,3)
Answers
Answered by
0
Answer:
thanks for Free point
Explanation:
thanks
Answered by
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