单项选择题

分析下面的JavaScript代码段,输出结果是()。var a=15.59;
document.write(Math.round(a));

A.15
B.16
C.15.5
D.15.4