7
(Choose 1 answer)
Assume the variable x has been initialized to an integer value (e.g., x = 3). What does the fol do?
A. Retrieve the current value for x, add two to it and put the sum back into x
x=x+2
B. This would fail as it is a syntax error
C. Produce the value "false" because "x" can never equal "x+2"
D. Create a function called "x" and put the value 2 in the function
FUO cute
Stam