Create a class template for a class that holds an object. The template should provide a standard data input function that begins with a generic warning message to enter data carefully. The template also should include a standard output function that issues a generic "Here's the data you requested" message. Write a main()function that tests your template class with an integer and two programmer-designed classes. Save the file as StandardizedInAndOut.cpp.