Grade
Grade
grade of
*******************************************************************************/
#include <iostream>
#include <windows.h>
int main(){
float tscore=0;
cout << "Please enter the score for exam: " <<exam+1 << " : ";
cout << "Please enter the score for student: " <<student+1 <<" : ";
cout << "\n Score for Exam: " <<exam+1 << " : ";
tscore += grade2[exam][student];
avg = tscore/4;
cout << "The average of student# " <<student+1 <<" : " <<avg <<endl;