Computer Science, asked by andriyajenson1233, 3 months ago

please answer it correctly


Attachments:

Answers

Answered by purveshKolhe
1

Answer:

The output will be:

15

11

4

Answered by KingdomOfNepal
5

Let's go through the cõde uniformly ,

Integer val ue of a = 10

Integer val ue of b = 5

Sum = a + b = 10 + 5 = 15

a+ + = 10 + 1 = 11

b -- = 5 - 1 = 4

Final output :-

10

11

4

Similar questions