题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
问答题
-
关 键 词
-
运行结果
题目题干
- #include <stdio.h>
- main()_
- { char grade=’C’;
- switch(grade)
- {
- case ‘A’: printf(“90-100\n”);
- case ‘B’: printf(“80-90\n”);
- case ‘C’: printf(“70-80\n”);
- case ‘D’: printf(“60-70\n”); break;
- case ‘E’: printf(“<60\n”);
- default : printf(“error!\n”);
- }
- }
运行结果为:
答案解析
相关题目
-
#include <stdio.h> main() { int y=9; for(;y>0;y--) if(y%3==0) { printf(%d”,--y);
-
#include <stdio.h> main()_ { char grade=’C’; switch(grade) { case ‘A’: printf(“90-100\n”
-
#include <stdio.h> main( ) { int a=1,b=0; scanf(“%d”,&a); switch(a) { case 1: b=1;br
-
#include<stdio.h> main( ) { char ch; ch=getchar( ); switch(ch) { case ‘A’ : printf(“
-
#include <stdio.h> main() { int x, y =0; for(x=1;x<=10;x++) { if(y>=10) break
-
#include <stdio.h> main() { char c; while((c=getchar())!=’$’) { if(‘A’<=c&&c<=‘Z
-
#include "stdio.h" main() {char c; c=getchar(); while(c!='?') {pu
-
#include <stdio.h> main() { int s=0,a=5,n; scanf("%d",&n); do { s+=1; a=a-2; }wh
-
#include <stdio.h> main() { int num,c; scanf("%d",&num); do {c=num%10; printf(&q
-
#include <stdio.h> main( ) { int sum=10,n=1; while(n<3) {sum=sum-n; n++; } printf(“
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会