[单项选择题] 下列程序段的输出结果是( )。
void doublearithmaticoperator()
int a=10,b=4,c=20,d=6;
System.out.print(a+b*c+d);
System.out.print(",");
System.out.print(a+c%b);
System.out.print(",");
System.out.println(a++*b+c*-d);
A.860,10,360B.96,10,140
C.96,13,140
D.860,13,360
正确答案:B


![[单项选择题] 下列程序段的输出结果是( )。 void doublearithmaticoperator() int a=10,b=4,c=20,d=6; System.out.pri [单项选择题] 下列程序段的输出结果是( )。 void doublearithmaticoperator() int a=10,b=4,c=20,d=6; System.out.pri](http://www.mshxw.com/aiimages/31/480314.png)
