未分类题下面的哪些程序段可能导致错误? ( ) Ⅰ: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
单项选择题在组织专业流水施工时,施工过程数等于施工队数。 A、正确 B、错误
单项选择题1.向最终消费者提供所需商品及服务的行业是( ) A. 零售业 B. 购物业 C. 销售业 D. 旅游业