All Array and List index start with 0 (zero) so the second element of array or list refer by index 1 (one) so to access the second element correct statement is arr[1].