int a=0,b=10,c=10;
a = - - b +c + + +b
System. out. println(" a = " + a);
Answers
Answered by
4
10 + 11 + 10
the output would be :
a = 31
the output would be :
a = 31
Answered by
2
10+11+10
the output would be
a=31
the output would be
a=31
Similar questions