Computer Science, asked by grihith2006, 5 months ago

Give the output of the following program:

X=2

WHILE X<10

PRINT X*2

X=X+2

WEND​

Answers

Answered by thisarumrpro
1

Answer:

4

Explanation:

This is only

This is only

x=4

x=6

so the Answer is 4

Similar questions