此题为判断题(对,错)。
第1题:
在switch(expression)语句中,expression的数据类型不能是( )。
A.double
B.char
C.byte
D.short
第2题:
在switch(expression)语句中,expression的数据类型不能是( ),
A.double
B.char
C.byte
D.short
第3题:
18、4. 既清新又响亮,既简洁又抢眼的主题能吸引与会者、参展者和赞助商。
A.A fresh, loud, concise and eye-catching theme can attract attendees, exhibitors and sponsors.
B.A new, loud, simple and showy theme can attract attendees, exhibitors and sponsors.
C.A fresh, loud, concise and eye-catching theme can attract exhibitors, attendees, and sponsors.
D.A new, loud, simple and showy theme can attract exhibitors, attendees, and sponsors.
第4题:
在switch(expression)语句中,expression的数据类型不能是( )。
A.double
B.char
C.byte
D.short
第5题:
在switch(expression)语句中,expression的数据类型不能是( )。
A.double
B.char
C.byte
D.short
第6题:
for重复结构处理计数器控制循环的所有细节。for结构的一般格式如下: for(expression1, expression2, expression3) statement 其中expression1初始化循环控制变量,expression2是循环条件,expression3递增控制变量。