Computer Science, asked by sankaruma1704, 6 months ago

What is the output of this program? *
public class TestClass {
public static void main(String args[] )
{
int i = 0;
int[] iA = {50, 70};
A[i] = 1 = 10;
System.out.println(""+ IA[ 0 ] + "" + IA[ 1 ]+" "+i);
} }​

Answers

Answered by Kaushikkalesh
2

The output is 5070 0

Please Thank Me

And Mark this as Brainliest

Similar questions