[單項選擇題] 下列程序段的輸出結(jié)果是( )。 void doublearithmaticoperator() int a=10,b=4,c=20,d
2021-07-20
[單項選擇題] 下列程序段的輸出結(jié)果是( )。
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
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。