Question:What will be the output for the following code?let n=Math.round(-20.51) document.write(n);
let n=Math.round(-20.51) document.write(n);
A 20 B -20 C -21 D 21.5
+ AnswerC
+ Report