Problem #862 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program to create a class called "Student" with a name, grade, and courses attributes, and methods to add and remove courses.

Your Solution