Question: a. Write a function template named display() that displays the value of the single argument passed to it when the function is called.
b. Include the function template created in a complete C++ program that calls the function three times: once with a character argument, once with an integer argument, and once with a double-precision argument.