2021年12月3日
摘要: 1. 编写程序,接收一名学生的数学、外语、计算机三科成绩,并输出总分sum和平均分average(精确到两位小数)。 #include<stdio.h> main() { int A,B,C,sum; float average; printf("请输入数学,英语,计算机成绩\n"); scanf( 阅读全文
posted @ 2021-12-03 18:45 wywcxk 阅读(20) 评论(0) 推荐(0)