选择题:[单选题,14.2分] 下列语句片段: int result; int a=17,b=6; resu

题目内容:
[单选题,14.2分] 下列语句片段:
int result;
int a=17,b=6;
result=(a%b>4)? a%b:a/b System,out.println(result);
的结果为( ) 。
A.0
B.1
C.2
D.5
参考答案: