In C++
The existing code provides number of students who get A grade (
>=91 ), their average points. You may need to provide code for
other students who got B, C, D and F grades with grade >= 81,
71, 61 and below 61 respectively. You are asked to write a print
function to display / print name of group ( such as Grade A group)
, number, and average grade. in the main function, you just make
the...