姓名学号班级说明: 1
本次上机内容分两次上机完成
将本文档改名为“学号_姓名_班级”,根据本说明完成以下实验内容;3
在 16 周周日前通过课程中心提交本文档
实验内容和实验要求(实验指导 P148)1
练习题一运行结果截图:2
练习题二纠错:int FindMax( int score[][STU], int n, int m, int *pRow, int *pCol ) STU改为 ARR_SIZE运行结果截图:#include#define CLASS 3#define ARR_SIZE 40int FindMax(int score[CLASS][ARR_SIZE],int n,int m,int *pRow,int *pCol);void main(){int score[CLASS][ARR_SIZE],i,j,n,maxScore,row,col;printf("Please enter student number in a class:");scanf("%d",&n);printf("Please enter score:\n");for(i=0;i