A. write the output of the following:m int a[ ]={17,10,9,18,7}; a[4]=++a[3]; a[3]=a[1]-a[2]++; system.out.print(a[4]+" "+a[3]); *
Answers
Answered by
0
Answer:
Output of the code will be 19 and other will be 0
Similar questions
Science,
3 months ago
Social Sciences,
7 months ago
English,
11 months ago
Math,
11 months ago
Biology,
11 months ago