What are the values of a , b , and c after the following statements? int a

Question:

What are the values of a , b , and c after the following statements?

int a = 5;

int b = 10;

int c = b;


a = a + 1;

b = b - 1;

c = c + a;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: