output for math. ceil(-28.25)
Answers
Answered by
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
Computer Science,
4 months ago
Science,
8 months ago
English,
8 months ago
Math,
11 months ago
Math,
11 months ago