Computer Science, asked by simi753, 8 months ago

Question
Give output :
int a[]={2,5,8,5,3);
int i=2
a[i]+=(a[i+1]++) -(--a[i-1]);
System.out.print(a[2]);​

Answers

Answered by imtiyazallam
0

Answer:

The result would be:

9

Explanation:

Attachments:
Similar questions