• 2022-05-27 问题

    下列代码哪行会出错: 1) public void modify() { 2) int I, j, k; 3) I = 100; 4) while ( I > 0 ) { 5) j = I * 2; 6) System.out.println (” The value of j is ” + j );7) k = k + 1; 8) I–; 9) } 10) } A: 4 B: 6 C: 7 D: 8

    下列代码哪行会出错: 1) public void modify() { 2) int I, j, k; 3) I = 100; 4) while ( I > 0 ) { 5) j = I * 2; 6) System.out.println (” The value of j is ” + j );7) k = k + 1; 8) I–; 9) } 10) } A: 4 B: 6 C: 7 D: 8

  • 2022-05-27 问题

    4、下列代码( )会出错。1) public void modify() {2) int I, j, k;3) I = 100;4) while ( I >; 0 ) {5)j = I * 2;6) System.out.println (" The value of j is " + j );7) k = k + 1;8) I--;9) }10} A: line 4 B: line 6 C: line 7 D: line 8

    4、下列代码( )会出错。1) public void modify() {2) int I, j, k;3) I = 100;4) while ( I >; 0 ) {5)j = I * 2;6) System.out.println (" The value of j is " + j );7) k = k + 1;8) I--;9) }10} A: line 4 B: line 6 C: line 7 D: line 8

  • 2022-07-28 问题

    下列代码的输出结果是_______。 A: t;% B: t[] a = new int[] { 1, 2, 3, 4, 5, 6, 7, 8 }; C: geContext.setAttribute("a", a); D: gt; E: t;c:forEach items= ${a} var= i begin= 3 end= 5 step= 2 > F: i } G: t;/c:forEach> H: 1 2 3 4 5 6 7 8 I: 3 5 J: 4 6 K: 4 5 6

    下列代码的输出结果是_______。 A: t;% B: t[] a = new int[] { 1, 2, 3, 4, 5, 6, 7, 8 }; C: geContext.setAttribute("a", a); D: gt; E: t;c:forEach items= ${a} var= i begin= 3 end= 5 step= 2 > F: i } G: t;/c:forEach> H: 1 2 3 4 5 6 7 8 I: 3 5 J: 4 6 K: 4 5 6

  • 2022-06-15 问题

    已知a=[1 2 3; 4 5 6; 7 8 9],执行命令:a([3,1],:)=a([1,3],:),a将变为( )。 A: [4 5 6;4 5 6;4 5 6] B: [7 8 9;4 5 6;1 2 3] C: [2 2 2;5 5 5;8 8 8] D: [3 2 1;6 5 4;9 8 7]

    已知a=[1 2 3; 4 5 6; 7 8 9],执行命令:a([3,1],:)=a([1,3],:),a将变为( )。 A: [4 5 6;4 5 6;4 5 6] B: [7 8 9;4 5 6;1 2 3] C: [2 2 2;5 5 5;8 8 8] D: [3 2 1;6 5 4;9 8 7]

  • 2022-06-09 问题

    事故树的最小径集为:{x1,x2,x3,x4}、{x5,x6}、{x7}{x8}其结构重要度排序为:()的特征。 A: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(6)>IΦ(1)= IΦ(2)= IΦ(3)=IΦ(4) B: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(1)>IΦ(6)= IΦ(2)= IΦ(3)=IΦ(4) C: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(3)>IΦ(6)= IΦ(1)=IΦ(2)=IΦ(4) D: IΦ(5)=IΦ(7)= IΦ(8)>IΦ(3)>IΦ(6)= IΦ(1)=IΦ(2)=IΦ(4)

    事故树的最小径集为:{x1,x2,x3,x4}、{x5,x6}、{x7}{x8}其结构重要度排序为:()的特征。 A: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(6)>IΦ(1)= IΦ(2)= IΦ(3)=IΦ(4) B: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(1)>IΦ(6)= IΦ(2)= IΦ(3)=IΦ(4) C: IΦ(7)= IΦ(8)>IΦ(5)= IΦ(3)>IΦ(6)= IΦ(1)=IΦ(2)=IΦ(4) D: IΦ(5)=IΦ(7)= IΦ(8)>IΦ(3)>IΦ(6)= IΦ(1)=IΦ(2)=IΦ(4)

  • 2021-04-14 问题

    【填空题】1、 口算 。 (1)72÷8÷9= (2)100÷10÷2= (3)25×8×4= (4)1000÷125÷2= (5)25×19×4= (6)900÷25÷4=

    【填空题】1、 口算 。 (1)72÷8÷9= (2)100÷10÷2= (3)25×8×4= (4)1000÷125÷2= (5)25×19×4= (6)900÷25÷4=

  • 2022-05-27 问题

    Given the following code:     1) public void modify() {     2) int i, j, k;     3) i = 100;     4) while ( i > 0 ) {     5) j = i * 2;  6) System.out.println (" The value of j is " + j );     7) k = k + 1;     8) i--;     9) }  10) }  Which line might cause an error during compilation?() A:  line 4 B:  line 6 C:  line 7 D:  line 8

    Given the following code:     1) public void modify() {     2) int i, j, k;     3) i = 100;     4) while ( i > 0 ) {     5) j = i * 2;  6) System.out.println (" The value of j is " + j );     7) k = k + 1;     8) i--;     9) }  10) }  Which line might cause an error during compilation?() A:  line 4 B:  line 6 C:  line 7 D:  line 8

  • 2021-04-14 问题

    输出九九乘法表。 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9

    输出九九乘法表。 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9

  • 2022-06-07 问题

    要使排列1274i56k9成奇排列,则 A: i=3,k=8 B: i=2,k=9 C: i=4,k=5 D: i=3,k=9

    要使排列1274i56k9成奇排列,则 A: i=3,k=8 B: i=2,k=9 C: i=4,k=5 D: i=3,k=9

  • 2022-06-02 问题

    读程序,并回答问题:程序行(40)执行了多少次?次数为_____。‎(10) K = 0; (20) I = 2; (30) While (I<=8) (40) { K = K + I; (50) I = I + 2;}‎ A: 4 B: 2 C: 6 D: 8

    读程序,并回答问题:程序行(40)执行了多少次?次数为_____。‎(10) K = 0; (20) I = 2; (30) While (I<=8) (40) { K = K + I; (50) I = I + 2;}‎ A: 4 B: 2 C: 6 D: 8

  • 1 2 3 4 5 6 7 8 9 10