题目
题目

(862646) AP CS A Unit 1 Exam  第一单元考试

单项选择题

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 以上都不是
查看解析

查看解析

标准答案
Please login to view
思路分析
Let's evaluate what printing the tens digit means in a typical integer value stored in x. The tens digit is the second digit from the right (the digit in the 10s place). Option 1: System.out.print(x / 10 % 10); This works because x / 10 removes the ones place (shifts right by one decim......Login to view full explanation

登录即可查看完整答案

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

更多留学生实用工具

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