black

登录

多项选择题

下列选项,属于百色起义精神财富的有()。 A.
坚定信念,百折不挠 B.
敢于负责、无私无畏 C.
实事求是、开拓创新 D.
艰苦奋斗,廉洁奉公

相关考题

未知题型 下面的哪些程序段可能导致错误? ( ) Ⅰ:String s='Gone with the wind'; String t='good'; String k=s+t; Ⅱ:String s='Gone with the wind'; String t; t=s[3]+'one'; Ⅲ:String s='Gone with the wind'; String standard=s.toUpperCase(); Ⅳ:String s='home directory'; String t=s-'directory';A.Ⅱ、ⅢB.Ⅱ、ⅣC.Ⅰ、ⅣD.Ⅲ、Ⅳ

未知题型 设有如下程序: import javA.util.*; public class Sun { public static void main (String args[ ]) { int score; String a; Random r=new Random (); score=r.nextInt (4)+5; switch(score) { case 0: a='E'; break; case 1: a='D'; break; case 2: a='C'; break; case 3: a='B'; break; default: a='A'; } System.out.println (A) ; } } 程序运行的结果是( )。A.a='A'B.a='E' a='A'C.a='E'D.a='C'

未知题型 下面程序的输出结果是( )。 public class Sun { public static void main(String args[ ]) { int n=4 ,sum=0; while(n>0) { sum+=n; n--; } System.out.println('sum is '+sum); } }A.sum is 10B.sum is 4C.10D.4

All Rights Reserved 版权所有©在线考试题库网(zxkao.com)

备案号:湘ICP备14005140号-7

经营许可证号:湘B2-20140064