Computer Science, asked by amarnat45161, 3 months ago

Math.max(Math.pow(2,4),8)​

Answers

Answered by BrainlyProgrammer
4

Answer:

Math.pow() returns  \sf {x}^{y}

And Math.max() returns the maximum value between two given argument

  \tt\therefore \: Math.max(Math.pow(2,4),8) \\ \tt: \implies Math.max(16,8) \\ :  \implies  \orange{  \underline{ \overline{\boxed{16}}}}

Correct Output:-

  • 16

Similar questions