Computer Science, asked by sahil9609979, 9 months ago

Find the output of the java program:
class First

{

public static void main(String args[])

{

int a[]={5,1,15,20,25};

int i,j;

int m;

i=++a[1];

j=a[2]++;

m=a[i++];

System.out.print(i+“ ”+j+“ ”+m);

}

}

Answers

Answered by devendra9717163722
0

Explanation:

he dj me fm kut di u TD sk is ek ka ek jee h s gh ki dg

Similar questions