Computer Science, asked by hellimanidiot, 2 months ago

give the output of the following math.pow(3,4);​

Answers

Answered by naniyuvashankar
0

Answer:

— 2. // expected output: 343. 3. . 4. console.log(Math.pow(4, 0.5));. 5 ... the given base taken to the power of the given exponent.

Peo

Similar questions