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
2
The output is 5070 0
Please Thank Me
And Mark this as Brainliest
Similar questions