X1333: Get first value

Given an array of ints, return the first value in the array. You may assume the array has at least one value.

Your Answer:

x
 
1
int firstValue(int[] numbers)
2
{
3
   
4
}
5
Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.