阅读下面程序 import javax.swing.JOptionPane;

题型:单项选择题

问题:

阅读下面程序 import javax.swing.JOptionPane; public class BreakLabelTest{public static void main (String args[]){ String output=" "; stop:{ for(int row=1;row<10;row++){for(int column=1;column<=5;column++){ if(row=5)break stop; output+=" * "; } output+=" \n ";} output+="\nLoops terminated normally"; } JOptionPane.showMessageDialog( null,output,"用一个标志测试break语句”, JOptionPane.INFORMATION_MESSAGE); System.exit(0); } } 程序运行结果是【 】

A.窗口中有5行*****

B.窗口中有5行****

C.窗口中有4行*****

D.窗口中有6行*****

考点:计算机等级考试JAVA国家计算机二级(Java)68
题型:单项选择题

公务员只要树立了为人民服务的行政道德理念,就一定能够使他的行为的结果符合为人民服务的宗旨。()

题型:单项选择题

著作权与商标权区别

题型:单项选择题

为什么在升火过程中要记录各膨胀指示器的膨胀量?

题型:单项选择题

5万立方油罐选材原则?

题型:单项选择题

DefSng a定义的变量a是______类型的变量。

更多题库