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
0
Answer:
I also want answer of this question
Answered by
0
Answer:
compilation error
Explanation:
since there should be enum befor psvm
hope it helps
Similar questions