What is the output of the following code?
int[] x = {1, 2, 3, 4, 5}; System.out.println(x[5]);
5
6
0
Runtime error