What is the value of piValue in the following code snippet?
piValue
const piValue = Math.round(Math.PI * 100) / 100;
3.13
3.16
3.14
3.15