I really need help in this one.
Develop a function that prints the index number of the largest value of an array of characters to the screen. Create a 10 element array of characters to test your function. Finally, include an overloaded version of the function that will work if the array is composed of floats. Include your code used to test this function as well.
The problem is i dont even know how to start. how to assign numbers to char? how to get max numbers from those chars?