Computer Science, asked by ks819385, 1 year ago

int a=0,b=10,c=10;
a = - - b +c + + +b
System. out. println(" a = " + a);

Answers

Answered by NayanP
4
10 + 11 + 10
the output would be :

a = 31
Answered by sharath976136
2
10+11+10
the output would be
a=31
Similar questions