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
0
Answer:
The result would be:
9
Explanation:
Attachments:
Similar questions
Math,
4 months ago
Math,
4 months ago
Computer Science,
4 months ago
Business Studies,
8 months ago
Math,
1 year ago
Physics,
1 year ago