题目内容

What will be the result of attempting to compile and run the following program?() public class Q28fd { public static void main(String args[]) { int counter = 0; l1: for (int i=10; i<0; i--) { l2: int j = 0; while (j < 10) { if (j > i) break l2; if (i == j) { counter++; continue l1; } } counter--; } System.out.println(counter); } }

A. The program will fail to compile.
B. The program will not terminate normally.
C. The program will write 10 to the standard output.
D. The program will write 0 to the standard output.
E. The program will write 9 to the standard output.

查看答案
更多问题

血友病用抗纤溶剂能________________________________,可用于____________________________。

AD166可通过设置,在自动选纸的前提下将不规则的小尺寸纸张默认复印在A4纸上。

A. 正确
B. 错误

根据《财税库银税收收入电子缴库横向联网管理暂行办法》,直缴入库方式一般适用于农村集贸市场、个体工商业户和城镇居民等缴纳小额现金税款以及纳税人持纸质缴款书自行到商业银行缴税业务。

A. 正确
B. 错误

后精制反应器床层温度过高,航煤的烟点()。

A. 会升高
B. 会下降
C. 没有影响

答案查题题库