Hi... pls help to guide me how to do the below question. I have done the coding but my program is doesn't work.

QUESTION:

Given the template Pair<T1, T2>, discuss how you can represent
the following information. Try to declare a corresponding Pair object, and show the
C++ code to store and retrieve the information.
a. Name and age of a person. E.g. ( “Uncle Soo”, 21 ) , ( “Yoda”...