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

What's the output of the following code?

int x = 4;
int[] a = new int[x / 2];
System.out.println(a.length);