• 2022-07-29 问题

    给定下面的代码片段: 哪些行会导致错误? () A:  line 1 B:  line 2 C:  line 5 D:  line 8

    给定下面的代码片段: 哪些行会导致错误? () A:  line 1 B:  line 2 C:  line 5 D:  line 8

  • 2021-04-14 问题

    The word “ competent”(Para. 5, Line 8 ) is the closest in meaning to ________.

    The word “ competent”(Para. 5, Line 8 ) is the closest in meaning to ________.

  • 2022-06-06 问题

    中国大学MOOC: 3. Before the opening of the 2014 Youth Olympic Games, there are three lines going across the Yangtze River, which are Line 3, Line 8 and Line 10.

    中国大学MOOC: 3. Before the opening of the 2014 Youth Olympic Games, there are three lines going across the Yangtze River, which are Line 3, Line 8 and Line 10.

  • 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

  • 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-06-08 问题

    下列代码真正出错的在那一行:()。 A: line4 B: line6 C: line7 D: line8

    下列代码真正出错的在那一行:()。 A: line4 B: line6 C: line7 D: line8

  • 2022-07-28 问题

    以下代码在编译中哪一行会报错() A: line4 B: line6 C: line7 D: line8

    以下代码在编译中哪一行会报错() A: line4 B: line6 C: line7 D: line8

  • 2022-05-27 问题

    给出下列代码, ( )行在编译时可能会有错误。 ①public void modify( ){ ②int i,j,k; ⑧i=100; ④while(i>0){ ⑤j=i*2; ⑥System.out.println("The value of j is"+j); ⑦k=k+l; ⑧} ⑨} A: line 4 B: line 6 C: line 7 D: line 8

    给出下列代码, ( )行在编译时可能会有错误。 ①public void modify( ){ ②int i,j,k; ⑧i=100; ④while(i>0){ ⑤j=i*2; ⑥System.out.println("The value of j is"+j); ⑦k=k+l; ⑧} ⑨} A: line 4 B: line 6 C: line 7 D: line 8

  • 2022-06-07 问题

    The word "accumulated" in line 8 is closest in meaning to() A: depended B: matured C: dissolved D: collected

    The word "accumulated" in line 8 is closest in meaning to() A: depended B: matured C: dissolved D: collected

  • 2022-05-27 问题

    给出下列的代码,( )行在编译时可能会有错误。 ① public void modify() {② int i, j, k; ③ i = 100; ④ while ( i > 0){ ⑤ j = i * 2; ⑥ System.out.println (" The value of j is " + j ); ⑦ k = k + 1; ⑧ }⑨ } A: line 4 B: line 6 C: line 7 D: line 8

    给出下列的代码,( )行在编译时可能会有错误。 ① public void modify() {② int i, j, k; ③ i = 100; ④ while ( i > 0){ ⑤ j = i * 2; ⑥ System.out.println (" The value of j is " + j ); ⑦ k = k + 1; ⑧ }⑨ } A: line 4 B: line 6 C: line 7 D: line 8

  • 1 2 3 4 5 6 7 8 9 10