What is wrong with the following sequence of statements? int mystery = 1; mystery = mystery +

Question:

What is wrong with the following sequence of statements?


int mystery = 1;
mystery = mystery + 1;
int mystery = 1 - 2 * mystery;

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

Step by Step Answer:

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