Answer:
It will display the number 18
Explanation:
It shows that x = 12
And it want you to repeat the function X = X + 2 untill
X is greater than or equal to 17
The statement X = X + 2 basically keeps adding 2 to X
So if X which is 12 is being added 2 untill it's greater than or equal to 17
12, 14, 16 , 18
There is a display function at the bottom with the variable X
So 18 will be displayed