write a c++ class run that contains followin data member
1)name of runner.
2)distance covered by runner.
class ha following member function
1)get function for input runner name and distance.
2)show function to display runner name and distance.
the user should be able to show the name of the runner who has
covered the longest distance at any point of time. HINT(use static data member).
i can not understand that how to use static data member in this programe. PLZ help me.