Questions that should be answered in the exercise: Point Value Question (5) How did you find the download page for the repository? (5) How many pages are in the latest Software Guide? (5) What is the name of the header file that you found? (5) What is the name of the class that it defines? (5) Who is the author of this code? (5) When was the file last modified? (5) Are the two functions in this file whose name is operator>> public or private? (5) How do they differ? (5) When two functions have the same name what is this called? (5) Explain in your own words what the first of these functions does. (5) What is the purpose of the inline keyword -- why is it used? (10) Why are the functions with operator in their names used in this class? In other words, what use are these? (10) What is your guess as to why the developers created all of these operator functions? (5) What is the name of the implementation file for this interface file? (10) Does the implementation of the operator< function depend on any other user-defined functions? List all of them. (5) List all of the operator functions on which the operator+ function depends. (5) If there is something unusual about this function, state what it is. If not just leave this unanswered.