Problem:
Question- Write a program that uses a class template of three types. The class data members should be name, age and scores[5]. Create two objects of the class with types and .
Create functions to input object data, display object data, sort object scores and search for scores. Create a menu driven program.
Please describe the code of program that uses a class template of three types.