Write a program that reads 3 quiz scores of 10 students. The program must do the following.
A.Compute for the ave. of each students quiz.
B.Determine how many students pass the subjects.
C.Determine the mean of all students in the class.
for those who can help me, Thanks in advance... and god bless...
Can someone help me? I cant make a program of this in turbo c?
struct student
{
int score1;
int score2;
int score3;
};
struct student studArray[10];
for(int i=0;i%26lt;10;i++);
{
// read students data
}
//another for loop
// to calculate
innia
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment