Home / Questions / Give the output of the following Math functions: Math.ceil(4.2) Math.abs(-4)
Explanatory Question

Give the output of the following Math functions:

  1. Math.ceil(4.2)
  2. Math.abs(-4)

👁 63 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. 4