In UIIT, adminstration is storing students AridNumber and attendance %age in a stack of 2000 students, which are allowed to sit in an exam. Write a complete C++ program for the above scenario and add a function of shortAttendance(), which removes only those students who have less than 75% attendance.
Comments
Leave a comment