+ 1
public class MyClass { public static void main(String[ ] args) { try { int a[ ] = new int[2];// wha
explain what is happening there
2 Respostas
+ 3
well its kind of incomplete... but i see an array being declared of size 2
0
it's an int array it's size = 2. and the code seems to be incomplete