Problem
1. Write a function that takes a double array name and an array size as arguments and returns the largest value in that array. Note that this function shouldn't alter the contents of the array.
2. Why don't you use the const qualifier for function arguments that are one of the fundamental types?