I am tasked with implementing a new class function called bool List::largest_value(int &largest) within a given class List. The instruction is:
bool List::largest_value(int &largest)
class List