Computer Science, asked by prit8317, 8 months ago

output for math. ceil(-28.25)​

Answers

Answered by nicholfsfa
0

he Math.ceil() function always rounds a number up to the next ... Note: Math.ceil( null ) returns integer 0 and does not give a NaN error. ... expected output: 8 console.log(Math.ceil(-7.004)); // expected output: -7. JavaScript Demo: Math.ceil(). xxxxxxxxxx. 1. console.log(Math.ceil(.95));. 2. // expected output: 1.

Similar questions