java code to get the last element of an array code example Example: get last element of array java firstNum = numbers[0]; lastNum = numbers[numbers.length-1];