الرجوع
تسجيل الدخول

What will be the output of the following code snippet?

int[] numbers = {1, 2, 3, 4, 5};
System.out.println(numbers[3]);