✏️ 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
💡

Answer with Explanation

  1. -5.0
  2. 12.0