Hello!
Thanks for checking my question out!
____
2. If x is an int, which of the following statements adds 5 to the current value of x and stores the new value back in x? (1 point)
a) x = 5;
b) x + 5;
c) x =+ 5;
d) x += 5;
My Answer: D
Could someone please check my answer?
Thanks!
- Da Fash
2 answers
correct
Thanks!