Multiple choice technology programming languages What is the output? X=10 while X; X=X+1 if X%2 !=0:continue Print X 1 23 4 5 8 6 4 2 0 8 7 6 5 4 4 5 6 7 8 0 2 4 6 8 Reveal answer Fill a bubble to check yourself B Correct answer