选择题:【单选题】若有定义: float w; int a,b; 则合法的switch语句是_______。

题目内容:

【单选题】
若有定义: float w; int a,b; 则合法的switch语句是_______。

A、
switch (w) {

case 1.0: printf("*\n");

case 2.0: printf("**\n");

}

B、
switch (a) {

case 1 printf("*\n");

case 2 printf("**\n");

}

C、
switch (b) {

case 1: printf("*\n");

default: printf("\n");

case a: printf("**\n");

}

D、
switch (a+b) {

case 1: printf("*\n");

case 2: printf("**\n");

default: printf("\n");

}

参考答案:

[多选题,0.8分] “数学实验”过程主要包括()等几个步骤

[多选题,0.8分] “数学实验”过程主要包括()等几个步骤 A.建立描述系统行为的数学模型B.将数学模型转化成能用计算机作数值运算的形式,并依据初始条件,使模

查看答案

[单选题,0.6分] 学前教育的工具功能也就是学前教育的( )

[单选题,0.6分] 学前教育的工具功能也就是学前教育的( ) A.社会功能 B.个体功能 C.个人功能 D.育人功能

查看答案