以下代码的输出结果是()。(单选题)publicclassTest{publicstaticvoidmain(String[]args){double[]price=newdouble[5];price[0]=98.10;price[1]=32.18;price[2]=77.75;for(inti=0;i<;=price.length;i++){System.out.print((int)price[i]+“”);}}}[/i] A: 98 32 77 0 0 B: 98 32 78 0 0 C: 98 32 78 D: 编译出错
以下代码的输出结果是()。(单选题)publicclassTest{publicstaticvoidmain(String[]args){double[]price=newdouble[5];price[0]=98.10;price[1]=32.18;price[2]=77.75;for(inti=0;i<;=price.length;i++){System.out.print((int)price[i]+“”);}}}[/i] A: 98 32 77 0 0 B: 98 32 78 0 0 C: 98 32 78 D: 编译出错
对序列 {98, 36, -9, 0, 47, 23, 1, 8, 10, 7} 采用希尔排序,下列序列( )是增量为4的一趟排序结果。 A: {-9, 0, 36, 98, 1, 8, 23, 47, 7, 10} B: {36, 98, -9, 0, 23, 47, 1, 8, 7, 10} C: {10, 7, -9, 0, 47, 23, 1, 8, 98, 36}
对序列 {98, 36, -9, 0, 47, 23, 1, 8, 10, 7} 采用希尔排序,下列序列( )是增量为4的一趟排序结果。 A: {-9, 0, 36, 98, 1, 8, 23, 47, 7, 10} B: {36, 98, -9, 0, 23, 47, 1, 8, 7, 10} C: {10, 7, -9, 0, 47, 23, 1, 8, 98, 36}
以下代码的输出结果是()。(单选题)publicclassTest{publicstaticvoidmain(String[]args){double[]price=newdouble[5];price[0]=98.10;price[1]=32.18;price[2]=77.75;System.out.print((int)price[0]+""+(int)price[1]+""+(int)price[2]+""+(int)price[3]+""+(int)price[4]);}} A: 98 32 77 0 0 B: 98 32 78 0 0 C: 98 32 78 D: 编译出错
以下代码的输出结果是()。(单选题)publicclassTest{publicstaticvoidmain(String[]args){double[]price=newdouble[5];price[0]=98.10;price[1]=32.18;price[2]=77.75;System.out.print((int)price[0]+""+(int)price[1]+""+(int)price[2]+""+(int)price[3]+""+(int)price[4]);}} A: 98 32 77 0 0 B: 98 32 78 0 0 C: 98 32 78 D: 编译出错
表达式{'a':2, 'b':9, 'c':78}.get('d',0)的值是0 。
表达式{'a':2, 'b':9, 'c':78}.get('d',0)的值是0 。
表达式sorted({'c':3, 'a':9, 'b':78}.items())的值为( )。 A: [('c', 3),( 'a', 9),( 'b', 78)] B: [('a', 9), ('b', 78), ('c', 3)] C: {'c':3, 'a':9, 'b':78} D: { 'a':9 ,'b':78,'c':3, }
表达式sorted({'c':3, 'a':9, 'b':78}.items())的值为( )。 A: [('c', 3),( 'a', 9),( 'b', 78)] B: [('a', 9), ('b', 78), ('c', 3)] C: {'c':3, 'a':9, 'b':78} D: { 'a':9 ,'b':78,'c':3, }
What time;it now() A: I watched for ten minutes. B: It was 9:30 when I set my watch. C: The time is 9:20. D: I set my watch 30 minutes ahead.
What time;it now() A: I watched for ten minutes. B: It was 9:30 when I set my watch. C: The time is 9:20. D: I set my watch 30 minutes ahead.
以下程序段实现的输出是()。for(i=0;i<;=9;i++)s[i]=i;for(i=9;i>;=0;i--)printf("%2d",s[i]);[/i][/i] A: 9 7 5 3 1 B: 1 3 5 7 9 C: 9 8 7 6 5 4 3 2 1 0 D: 0 1 2 3 4 5 6 7 8 9
以下程序段实现的输出是()。for(i=0;i<;=9;i++)s[i]=i;for(i=9;i>;=0;i--)printf("%2d",s[i]);[/i][/i] A: 9 7 5 3 1 B: 1 3 5 7 9 C: 9 8 7 6 5 4 3 2 1 0 D: 0 1 2 3 4 5 6 7 8 9
飞享88客户,可办理()元包40G省内流量的无敌随意用流量包。 A: 28 B: 78 C: 98 D: 78和98
飞享88客户,可办理()元包40G省内流量的无敌随意用流量包。 A: 28 B: 78 C: 98 D: 78和98
在JavaScript中,正确执行当i等于78时执行一些语句的条件语句是____。 A: if ( i==78 ) B: if i==78 then C: if i==78 then D: if i==78
在JavaScript中,正确执行当i等于78时执行一些语句的条件语句是____。 A: if ( i==78 ) B: if i==78 then C: if i==78 then D: if i==78
表达式a=sorted({'a':3, 'b':9, 'c':78}.values()),则a的值为_______。() A: 3, 9, 78 B: [3, 9, 78] C: 'a', 'b', 'c' D: ['a', 'b', 'c']
表达式a=sorted({'a':3, 'b':9, 'c':78}.values()),则a的值为_______。() A: 3, 9, 78 B: [3, 9, 78] C: 'a', 'b', 'c' D: ['a', 'b', 'c']