.If y has the value 5 what will be the value of the variable y after the following piece of C++ is executed?
if (y > 0) y += 2;
A) 1,2
B) 2,7
C) 3 no others answer
D) 4,5