0
/ 10
Given an array of integers, return the largest value in the array. Assume the array has only posivitive numbers. If the array is empty,...
Given an array of integers, return the largest value in the array. Assume the array has only posivitive numbers. If the array is empty, return -1.
Your feedback will appear here when you check your answer.