Which of the following will print the tens column of an integer stored in x? 以下哪项将打印存储在 x 中的整数的十位数?单项选择题

A

System.out.print(x / 10 % 10);

B

System.out.print(x % 10 / 10);

C

System.out.print(10 % x);

D

System.out.print(x / 10);

E

None of the above 以上都不是

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!