a. Create a function template to display a value that is both preceded and followed by 10 asterisks on a line. Write a main()function that tests the function with character, integer, double, and string arguments. Save the file as Asterisks.cpp.
b. Create an Employee class that contains three data fields of your choice. Include a constructor to set the data values and an overloaded insertion operator that displays the data fields. Write a main()function that demonstrates the template that displays the preceding and trailing asterisks and also works with an Employee argument. Save the file as Asterisks2.cpp.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.