2021年10月27日

第五次作业

摘要: 1.使用switch-case语句将分数分级。 #include <stdio.h> main() { int mark; printf("请输入分数"); scanf("%d",&mark); switch(mark/10) { case 10: case 9:printf("A\n");brea 阅读全文

posted @ 2021-10-27 21:46 Lucky筱筱 阅读(5) 评论(0) 推荐(0) 编辑

导航