Computer Science, asked by vineethpuri2306, 10 hours ago

public static void main(String[] args) {
int[] x = { 1, 2, 3, 4);
int[] y = x;
x = new int[2];
for (int i = 0; i < x.length; i++) {
System.out.println(y[i] + ");
}
}

Answers

Answered by Suhanmasterblaster
0

Answer:

I also want answer of this question

Answered by anushasarugari9
0

Answer:

compilation error

Explanation:

since there should be enum befor psvm

hope it helps

Similar questions