What are the values of i , j , and k after the following statements? int i

Question:

What are the values of i , j , and k after the following statements?

int i = 2;

int j = 3;

int k = 4;

int x = i + j + k;


i = x - i - j;

j = x - j - k;

k = x - i - k;

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

Step by Step Answer:

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