logo

Crowdly

Browser

Add to Chrome

Quelle est la sortie de ce programme ? import java.util.*; public class Test ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Quelle est la sortie de ce programme ?

import java.util.*;

public class Test {

       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.print(y[i] + " ");

      }

}

More questions like this

Want instant access to all verified answers on moodle.myefrei.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome