下列程序的运行结果是( )。
A.error1:10.5
B.error2
C.error1:10.5 error2
D.以上都不对
第1题:
下列程序的运行结果是( )。
A.Gae
B.ang
C.program
D.有语法错
第2题:
完成下列程序,使其运行后的输出结果是FEDC。
第3题:
下列程序,显示的运行程序结果是*** for i in range(1,4,1): print("*",end="")
第4题:
下列程序的运行结果是( )。 public class test{ private String[]data={¨10","10.5"}, public void fun( double S=0; for(int i=0;i<3;i++){ try{ s=s+Integer.parseInt(data[i]); catch(Exception e){ System.out.print(“errorl:”+data[i])。 } } } public static void main(string[]args){ try{ test d=new test; fun; }catch(Exception e){ System.out.println("error2") } } }
A.errorl:10.5
B.error2
C.errorl:10.5 error2
D.以上都不对
第5题:
8、下列程序,显示的运行程序结果是*** for i in range(1,4,1): print("*",end="")