Computer Science, asked by mayuresh2493, 7 months ago

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 AnindaBasu
0

Answer:

Output of the code will be 19 and other will be 0

Similar questions