Write a C++ program for the pseudo-code problem mentioned in section 5.1.1. Modify this problem such that it should print the names of only those students whose CGPA is above average. Hint: For this, first you have to find the average CGPA of the class.
Comments
Leave a comment