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
0
Explanation:
he dj me fm kut di u TD sk is ek ka ek jee h s gh ki dg
Similar questions
Math,
9 months ago
Physics,
9 months ago
History,
1 year ago
English,
1 year ago
Computer Science,
1 year ago