Computer Science, asked by enchantress70, 9 months ago

Predict the output.....​

Attachments:

Answers

Answered by Oreki
1

I. 3.2

II. -99.0

III. 3.5

IV. -25.5

V. 0.0

VI. -19

VII. -77.66

VIII. -1.0

IX. 98.5

X. 66.5

Answered by anindyaadhikari13
1

Answer:-

➡ These are the required answers for your question.

  1. 3.2
  2. -99.0
  3. 3.5
  4. -25.5
  5. 0.0
  6. -19
  7. -77.66
  8. -1.0
  9. 98.0
  10. 66.0

Functions used here and their meaning:-

  1. Math.sqrt() - Used for calculating square root of a number.
  2. Math.cbrt() - Used for calculating cube root of a given number.
  3. Math.rint() - It returns the nearest integer for the given argument.
  4. Math.min() - Used for calculating the minimum value among two numbers.
  5. Math.round() - Used to return a value in rounded form.
  6. Math.ceil() - Used to return the higher integer for the given argument.
  7. Math.floor() - Used to return the lower integer for the given argument.
Similar questions