Computer Science, asked by kimAera52, 16 days ago

a= 22 b= 20;
a+= a+ a--/--a +b​

Answers

Answered by paladivishrut
2

Answer:

22 = 0.55

Explanation:

a= 22 b= 20

a+= a+ a--/--a +b​

substituting values of a and b

22=22+22 / 22 + 20

22= 22  / 20

22= 11 / 2O =  0.55

Answered by anirudhsharathchandr
0

Answer:

Suppose a and b are int variables and b = 6. What is the value of a after the following statement.

a = (b++) + 3;

Similar questions