谭浩强C语言程序设计案例二源程序.pdfVIP

  • 7
  • 0
  • 约4.16千字
  • 约 5页
  • 2022-07-21 发布于江苏
  • 举报
#includestdio.h #includestring.h #includeconio.h #includemath.h #define SIZE 300 typedef struct student { int number; int score[3]; }STUDENT; typedef enum boolen { False,True }FLAG; int accept_data(STUDENT stu[],int grade[]); void show_data(STUDENT stu[],int sum,int grade[]); void draw(int grade[]); void count(int *max,int *min,double *pass,double ave[],double f[],STUDENT stu[],int sum); void show_data2(int max,int min,double pass,double ave[],double f[]); int main() { int sum,max,min; double pass=0; int grade[11]={0}; STUDENT stu[SIZ

文档评论(0)

1亿VIP精品文档

相关文档