c语言编程 输入学生的成绩等级abcde,输出相应的成绩范围

日期:2016-10-17 00:33:31 人气:1

c语言编程 输入学生的成绩等级abcde,输出相应的成绩范围

#include "stdio.h"int main(void){ char a[][7]={"90~100","80~89","70~79","60~69","0~59"},ch; printf("Please enter the class code(Error is quit)...\n"); while(scanf(" %c
    A+
热门评论