Loading...
Engaged Employer
create a function that returns the sum of an integer array
Anonymous
int summation(int[] arr) { int sum = 0; for (int i = 0; i < arr.length; i++) sum += arr[i]; return sum; }
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.