Problem
1. Compile, execute, and test the programs in this chapter.
2. Implement the comparison operation that operates on Ptr.
3. Implement and test the student grading program using Ptr objects.
4. Implement the Student info class to use the final version of Ptr, and use that version to implement the grading program from §13.5/247.