Computer Science, asked by piyshrnjn9864, 7 months ago

What will be the output of the following code fragments:

int a=15 b=20, c, d;
c=a++ + ++b;
a+=c % b;
b+=++c + a++;
d=a+b+c;
System.out.printIn(d);

Answers

Answered by lakh90730
0

hello friend who are you

Similar questions