Question: 5. Write a generic C++ function that takes an array of generic elements and a scalar of the same type as the array elements. The

5. Write a generic C++ function that takes an array of generic elements and a scalar of the same type as the array elements. The type of the array elements and the solar is the generic parameter. The functions must search the given array for the given scalar and return the subscript of the scalar in the array. If the scalar is not in an array, the functions must return -1. Test the function for int and float types. Submit screenshot showing the testing results
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
