When I go to the park, I can pictures with friends.[ ]
A. make
B. look
C. take
D. do
答案:C
阅读下面程序 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.showMessageDiaiog( null, output,"用一个标志测试break语句", JOptionPane.INFORMATION_MES SAGE );System.exit( 0 ); 程序运行结果是( )。
A.窗口中有5行*****
B.窗口中有5行****
C.窗口中有4行*****
D.窗口中有6行*****
某企业生产两吨黄酒,成本价1万元,销售价1.5万元,则该企业应纳消费税税额为( )。
A.240元B.480元C.500元D.750元