题目
(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道考试原题与详细解析,现在登录,立即获得答案。
类似问题
In a consumer society, many adults channel creativity into buying things
Economic stress and unpredictable times have resulted in a booming industry for self-help products
People born without creativity never can develop it
A product has a selling price of $20, a contribution margin ratio of 40% and fixed cost of $120,000. To make a profit of $30,000. The number of units that must be sold is: Type the number without $ and a comma. Eg: 20000
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!