Computer Science, asked by naikkgopi, 9 months ago

Give the output for Math.ceil(7.343)

Answers

Answered by harisankar34
3

Answer:

8

Explanation:

The output for Math.ceil(7.343) = 8

The Math. ceil() function in JavaScript is used to round the number passed as parameter to its nearest integer in Upward direction of rounding i.e towards the greater value. nearest integer in upward rounding method.

Please mark as Brainliest Answer.

Hope this definitely helps you.

Answered by sneha413639
0

Answer:

The output will be 8.0..

Similar questions