皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
下列程序功能是成绩等级评定,成绩为0-100的值。 其中,90分及以上评定为A,80分及以上评定为B,70分及以上评定为C,60分及以上评定为D,其他评定为E。 将以下程序填写完整。 #include main() { float score; int x; printf("please input your score:\n"); scanf("%f",&score); ( 1 ) ; /* 将成绩转换为常量表达式 */ ( 2 ) /* 进入多分支判断 */ { ( 3 ) : case 9 :printf("your grade isA\n");( 4 ); case 8 :printf("your grade isB\n");break; case7 :printf("your grade is C\n");break; case 6 :printf("your grade isD\n");break; ( 5 ) :printf("your grade is E\n");break; } getch(); }
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】They ____________ having an argument at seven o’clock last night when CCTV ______ to broadcast news.
A.
were having;started               
B.
will be having;started
【判断题】The first question we discussed is "What is an argument".
A.
正确
B.
错误
【简答题】the first argument of aquinas is argument from__. He argued the whatever is moved is moved by another and he traced back to the first static mover since __ is impossible
【简答题】What is the first proposition in this argument?
【单选题】Function __________ compares up to n characters of its first argument with its second argument.
A.
nstrcmp
B.
strncmp
C.
strcmpn
D.
strcmp
【单选题】微生物的鞭毛是:( )
A.
微生物运动的唯一器官
B.
微生物的一种运动器官
C.
微生物的一种交配器官
D.
微生物的繁殖器官
【判断题】鞭毛是细菌的“运动器官”,只有具有变猫的原核微生物才能运动。
A.
正确
B.
错误
【简答题】What is the first proposition in this argument?
【单选题】The first and essential step in understanding an argument is to ________.
A.
spot the conclusion
B.
identify the premise
C.
determine whether it is true
D.
determine whether it is valid
【判断题】共模干扰会直接与信号源叠加,并且影响系统的输出。
A.
正确
B.
错误
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题