assignment

The assignment is straightforward - to create a functional grade book.
The functionalities of the grade book are up to you. It can be a simple grade book which would store information about n students (n specified by the user), calculating an average and displaying it on the screen or it can have more functionalities.
It can be organized in the following fashion:
Format: *.cpp file (C++ source file)
