logo

Crowdly

Browser

Add to Chrome

Mit ír ki a következő program? public class JavaApplication { public s...

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

Mit ír ki a következő program?

public class JavaApplication {

public static void main(String[] args) {

int x[] = new int[10];

System.out.print(x[0] + ", " + x[9] + ", ");

for (int i = 0; i < x.length; ++i) {

x[i] = i;

}

System.out.println(x[0] + ", " + x[9]);

}

}

0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.ms.sapientia.ro?

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

Browser

Add to Chrome