Question
write a c++ program which reads student name,ID ,mid,final for single course and for ten students and compute ;total mark &letter grade of each student;name student who scored maximum ;display maximum and minimum mark;display details each student alphabetically in table form.
Answers
tom jones
#include <stdio.h>
jj
yes