单选题
下列语句输出结果为( )。 public class test { public static void main (String args[ ]) { int a=23,b=8,c=5; int e=a%(b%c); System.out.println(e); } }
A、
0
B、
1
C、
2
D、
3
【正确答案】
C
【答案解析】
提交答案
关闭