What is the value of variable x after the following code executes? int x = 3; x

Question:

What is the value of variable x after the following code executes?

int x = 3;
x = x + 2;
x = x + x;

a. 3

b. 5

c. 7

d. 10

e. 12

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

Step by Step Answer:

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