Math.max(Math.pow(2,4),8)
Answers
Answered by
4
Answer:
Math.pow() returns
And Math.max() returns the maximum value between two given argument
Correct Output:-
- 16
Similar questions