Computer Science, asked by adivyabharathi6544, 6 hours ago

Determine the output:
public class Test
{
public static void main(Stringſ args)
{
int[] x = {1,2,3,4};
267
intí y = x;
x = new int[2];
for(int i = 0; i < x.length; i++)
System.out.print(y[i] + " ");
}
}
n​

Answers

Answered by punamavikapratik
0

Explanation:

Thanks but i dont know hdjhdhfb

Similar questions