问题 单项选择题

下列语句片段: 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

答案

参考答案:D

填空题
多项选择题