单项选择题
给定java代码如下,编译运行后,输出结果是()
A.0 B.1 C.2 D.3
A.10 B.11 C.编译错误 D.运行时出现异常
A.打印输出x=15,a=7,b=8 B.打印输出x=5,a=6,b=7 C.打印输出x=13,a=7,b=8 D.打印输出x=13,a=6,b=7