void methods
Why did the programmer quit his job?
Because he didn't get arrays!
Write a method firstLast that takes a given array of ints with at least one value and returns an array consisting of the first and last element of the given array.