total=0
n=10
for (i=1..n) total += test[i]
avg = total/n
Write an algorithm to compute average score for each student in the Computer Science Continuous assessment test. Assume each student sat for ten courses for the semester
6 answers
yes
Input A, B and C
Calculate the average sore of 3 students by adding A, B and C
If the average is greater than 50
print "pass"
else
print "fail"
Calculate the average sore of 3 students by adding A, B and C
If the average is greater than 50
print "pass"
else
print "fail"
please send me code in c
Hussaini
Assume there are 163 students in your class, write the algorithm that would compute the average for each student.