Q13: Subroutines

Hint: Arrays have a property called length which returns the length of the array.

int[] arr = { 2, 4, 6, 8 };  // arr.length is equal to four

Finish your answers before the timer runs out.