Question:What will be the output for the following codeconst PI=3.14; PI=3.145; document.write(PI);
const PI=3.14; PI=3.145; document.write(PI);
A 3.14 B 3.145 C Compile Error D PI
+ AnswerC
+ Report