If x=8.99 , calculate math.power (math.floor(x),2)
Answers
Answered by
2
console.log(Math.floor(5.95));
// expected output: 5
console.log(Math.floor(5.05));
// expected output: 5
console.log(Math.floor(5));
// expected output: 5
console.log(Math.floor(-5.05));
// expected output: -6
please mark as brainliest
like, follow me
plzzzzzzzz
Answered by
0
Answer= 64.0
Explanation:
Math.pow(8.0, 2)
8.0^2= 64.0
Mark me as brainliest
Similar questions