Home / Questions / Give the output of the following: Math.floor (-4.7) Math.ceil(3.4) + Math.pow(2, 3)
Explanatory Question

Give the output of the following:

  1. Math.floor (-4.7)
  2. Math.ceil(3.4) + Math.pow(2, 3)

👁 71 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  1. -5.0
  2. 12.0