Respuesta :

Answer: a) 5

Explanation:

x++ increases the value of x by 1 (=6), but still returns the old value (5) to the print statement

following code lines will use the new x=6 value