Implement `findMax(arr)` that returns the largest number in `arr`. You may assume `arr` is non-empty.
Run your code to see results.