Solved

What Output Would Result from the Following Loop?
For x=0x = 0

Question 13

Multiple Choice

What output would result from the following loop?
For x=0x = 0 to 30 step 10
Print xx
Next xx


A)
102030\begin{array}{l}10 \\20 \\30\end{array}

B)
0102030\begin{array}{l}0\\10 \\20 \\30\end{array}

C)
02330\begin{array}{l}0 \\2 \\3 \\\cdot \\\cdot \\30\end{array}

D)
00
10x 10 x
20x 20 x
30x 30 x

E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions