AP计算机教程2-11:中等多选题
0:00
Which of the following would be the correct result from the following expression: 123 (decimal) – 12 (octal) + 111 (binary)?
\(123-10+7=120\)
2
What will be printed by System.out.println(Integer.MAX_VALUE + 1);
?
如前所述,这是上界溢出的情况,会得到整数最小值。
4
0 条评论