Computer Science, asked by rexinashaffy2007, 13 days ago

Find the value of d
int a=17, b=4, c=8,d=5;
d - =(++a *++c)/(++b +b++)

Answers

Answered by Liliyana25
1

Answer:

Explanation:

d=5- (18×9)/(5+5)= 5-(162/10) = -11

Similar questions