Q54
What is the output of the following code snippet in Java? `System.out.println(Math.pow(2, 3));`
A.
6
B.
2
C.
Compilation Error
D.
8
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board