Question:What will be the output for the following code?
let n=Math.round(-20.51)
  document.write(n);
 

A 20 

B -20 

C -21 

D 21.5 

+ Answer
+ Report
Total Preview: 2360

Copyright © 2024. Powered by Intellect Software Ltd