网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

switch (i) {  default:   System.out.printIn(“Hello”);   }  What is the acceptable type for the variable i?()  

  • A、 Byte
  • B、 Long
  • C、 Float
  • D、 Double
  • E、 Object
  • F、 A and B
  • G、 C and D

参考答案

更多 “ switch (i) {  default:   System.out.printIn(“Hello”);   }  What is the acceptable type for the variable i?()  A、 ByteB、 LongC、 FloatD、 DoubleE、 ObjectF、 A and BG、 C and D” 相关考题
考题 有以下程序#include stdio.hmain(){ int a[ ]={2,3,5,4},i;for(i=0;i4;i++)switch(i%2){ case 0:switch(a[i]%2){case 0:a[i]++;break;case 1:a[i]--;}break;case 1:a[i ] =0;}for(i=0;i4;i++) printf("%d",a[i]); printf("\n");}程序运行后的输出结果是A)3 3 4 4B)2 0 5 0C)3 0 4 0D)0 3 0 4

考题 有以下程序 main( ) { int i; for(i=0;i<3;i++) switch(i) { case 1: printf("%d",i); case 2: printf("%d",i); default: printf("%d",i); } } 执行后输出的结果是A.11122B.12C.12020D.120

考题 以下程序的输出结果是()。includevoid main(){int a(5),b(6),i(0),j(0);switch(a) { 以下程序的输出结果是( )。 #include<iostream.h> void main() { int a(5),b(6),i(0),j(0); switch(a) { case 5:switch(b) { case 5:i++;break; case 6:j++;break; default:i++;j++; } case 6:i++; j++; break; default:i++;j++; } cout<<i<<","<<j<<endl; }A.1,2B.1,3C.2,2D.2,3

考题 下列程序的运行结果为【】。 include void main(void) {int i=10;switch(i){case 9:i=i 下列程序的运行结果为【 】。include<iostream.h>void main(void){int i=10;switch(i){ case 9:i=i+1;case 10:i=i+1;case 11:i=i+1;default:i=i+1;}cout<<i<<endl;}

考题 switch(i){default:System.out.printIn(Hello”);)Whatarethetwoacceptabletypesforthevariablei?() A.CharB.ByteC.FloatD.DoubleE.Object

考题 以下程序的输出结果是( )。 main { int i; for(i=0;i3;i++) switch(i){case 0:printf("%d",i); case 2:printf("%d",i); default:printf("%d",i); } }A.000102B.000020C.000122D.000111

考题 下列程序的输出结果是【】。 include void main() { inta(5),b(6),i(0)1j(0); switch(a 下列程序的输出结果是【 】。include<iostream.h>void main(){inta(5),b(6),i(0)1j(0);switch(a){case 5:switch(b){case 5:i++;break;case 6:j++;break;defaun:i++;j++;}case 6:i++;j++;break;default:i++;j++;}cout<<i<<","<<j<<endl;}

考题 有以下程序 #includestdi0.h main( ) {int a[]={2,3,5,4),i; for(i=0;i4;i++) switch(i%2) {case 0:switch(a[i]%2) {case 0:a[i]++;break; case l:a[i]--; }break; case1:a[i]=0; } for(i=0;i4;i++)printf("%d",a[i]);printf("\n"); } 程序运行后的输出结果是( )。A.3344B.2050C.3040D.0304

考题 有以下程序 main() { int i; for(i=0;<3;i++) switch(i) { csse 1: printf("%d",i); case 2: printf("%d",i); default: printf("%d",i); } } 执行后输出结果是A.11122B.12C.12020D.120

考题 以下程序的输出结果是( )。main(){ int i; for(i=0;i3;i++) switch(i) { case 0:printf(3;i++)switch(i){ case 0:printf(%d,i);case 2:printf(%d,i);default:printf(%d,i); }}A.000102B.000020C.000122D.000111

考题 The network administrator cannot to switch 1 over a telnet session,although the hosts attached to switch 1 can ping the interface Fa0/0 of the router.Given the information in the graphic and assuming that the router and switch2 are configured properly,which of the following commands should be issued on switch 1 to correct this problem?()A. Switch1(config)# i nterface fa0 /1 Switch1(config-if)# ip address 192.168.24.3.255.255.255.0B. Switch1 (config)#interface fa0/1 Switch1 (config-if)# switchport mode trunkC. Switch 1 (config)# i nterface fa0 /1 Switch1 (config-if)# duplex full Switch1 (config-if)# speed 100D. Switch1 (config-if)# default-gateway 192.168.24.1E. Switch1 (config)# line con 0 Switch1(config-line)# password cisco Switch1 (config-line)#login

考题 #includemain(){ char str[ ]=“The C program”,c;int i;for(i=2;(c=str[i])!=‘\0’;i++){ switch(c){ case ‘g’: ++i; break;case ‘o’: continue;default: printf(“%c”,c); continue;}printf(“*”);}printf(“\n”);}

考题 SWITCH变流器中查看系统软件版本的面板参数是()A、I6.8.1B、I6.8.3.1C、I6.9.3.1D、I6.7.3.1

考题 switch (i)  {  default:  System.out.printIn(“Hello”);  }  What is the acceptable type for the variable i?()  A、 ByteB、 LongC、 FloatD、 DoubleE、 ObjectF、 A and BG、 C and D

考题 switch (i)  {  default:  System.out.printIn(“Hello”);  )   What are the two acceptable types for the variable i?()  A、 CharB、 ByteC、 FloatD、 DoubleE、 Object

考题 填空题女(nǚ):你(nǐ)____买(mǎi)的(de)车(chē)是(shì)什(shén)么(me)颜(yán)色(sè)的(de)?男(nán):黑(hēi)色(sè)的(de)。

考题 单选题男(nán):你(nǐ)买(mǎi)的(de)电(diàn)脑(nǎo)是(shì)什(shén)么(me)颜(yán)色(sè)的(de)?女(nǚ):白(bái)的(de)。A B C D E F

考题 单选题男(nán):你(nǐ)是(shì)怎(zěn)么(me)来(1ái)北(běi)京(jīng)的(de)?女(nǚ):我(wǒ)是(shì)坐(zuò)飞(fēi)机(jī)来(1ái)的(de)。A B C D E F

考题 单选题男(nán):大卫(dàwèi)跑(pǎo)得(de)可(kě)真(zhēn)快(kuài)啊(ɑ)!女(nǚ):李(lǐ)明(míng)跑(pǎo)得(de)比(bǐ)大(dà)卫(wèi)还(hái)快(kuài)呢(ne)!问(wèn):大卫(dàwèi)和(hé)李明(lǐmíng)谁(shuí)跑(pǎo)得(de)快(kuài)?A 李(lǐ)明(míng)B 大卫(dàwèi)C 一样(yīyàng)快(kuài)

考题 判断题我(wǒ)家(jie)前面(qiánmian)商店(shāngdiàn)的(de)东西(dōngxī)太(tài)贵(guì)了(le),我(wǒ)不(bù)喜欢(xǐhuān)在(zài)那里(nàli)买(mǎi)东西(dōngxī),我(wǒ)都(dōu)在(zài)公司(gōngsī)旁边(pángbiān)的(de)商店(shāngdiàn)买(mǎi)。★公司(gōngsī)旁边(pángbiān)的(de)商店(shāngdiàn)卖(mài)的(de)东西(dōngxī)便宜(piányi)。(  )A 对B 错

考题 单选题男(nán):你(nǐ)的(de)衣服(yīfu)很(hěn)漂(piào)亮(liɑng),在(zài)哪里(nǎli)买(mǎi)的(de)?女(nǚ):我(wǒ)在(zài)中国(zhōngguó)学习(xuéxí)时(shí)买(mǎi)的(de),才(cái)50元(yuán)。男(nán):真的(zhēnde)吗(mɑ)?我(wǒ)妹(mèi)妹(mei)也(yě)有(yǒu)一(yī)件(jiàn),在(zài)日本(rìběn)买(mǎi)的(de),比(bǐ)你(nǐ)的(de)贵(guì)20元(yuán)。女(nǚ):真的(zhēnde)!中国(zhōngguó)的(de)东(dōng)西(xi)很(hěn)便宜(piányi)!问(wèn):妹(mèi)妹(mei)的(de)衣服(yīfu)多少(duōshǎo)钱(qián)?A 20B 50C 70

考题 填空题左边(zuǒbian)的(de)7块(kuài)钱(qián)一(yī)斤(jīn),右边(yòubian)的(de)9块(kuài)。____

考题 单选题- I1 y a combien de personnes à la manifestation ?-À vue de nez, je dirais 15 000.A À regarder de prèsB ApproximativementC À mesurer par le nezD À voir de loin

考题 多选题switch (i)  {  default:  System.out.printIn(“Hello”);  )   What are the two acceptable types for the variable i?()ACharBByteCFloatDDoubleEObject

考题 单选题男(nán):你(nǐ)的(de)茶杯(chábēi)在(zài)哪儿(nǎér)买(mǎi)的(de)?女(nǚ):我(wǒ)家(jie)后面(hòumiàn)的(de)商店(shāngdiàn)里(1i)。A B C D E F

考题 单选题男(nán):我(wǒ)的(de)教室(jiàoshì)在(zài)205,你(nǐ)的(de)呢(ne)?女(nǚ):我(wǒ)的(de)在(zài)304。问(wèn):男(nán)人(ren)的(de)教室(jiàoshì)在(zài)哪里(nǎli)?A 205B 304C 403

考题 填空题我(wǒ)觉(jué)得(de)黑(hēi)色(sè)的(de)比(bǐ)白(bái)色(sè)的(de)漂(piào)亮(liang)。____

考题 单选题男(nán):那(nà)个(ge)跳舞(tiàowǔ)的(de)女(nǚ)孩(hái)子(zi)长(zhǎng)得(de)真(zhēn)漂(piào)亮(liɑng),你(nǐ)认识(rènshi)她(tā)吗(mɑ)?女(nǚ):她(tā)是(shì)我(wǒ)妹(mèi)妹(mei),叫(jiào)小(xiǎo)静(jìng)。问(wèn):跳舞(tiàowǔ)的(de)女(nǚ)孩(hái)子(zi)是(shì)谁(shuí)?A 女(nǚ)的(de)的(de)妹(mèi)妹(mei)B 男(nán)的(de)的(de)同(tóng)学(xué)C 女(nǚ)的(de)的(de)姐(jiě)姐(jie)