Solved

What Output Would Result from the Following Loop?
For x=2\mathrm { x } = 2

Question 59

Multiple Choice

What output would result from the following loop?
For x=2\mathrm { x } = 2 to 5
Print xx
Next xx


A) 25\begin{array}{l}2 \\5\end{array}

B)
xxxx\begin{array}{l}x \\x \\x \\x\end{array}

C)
2 to 52 \text { to } 5

D)
2345\begin{array}{l}2 \\3 \\4 \\5\end{array}

E) None of these

Correct Answer:

verifed

Verified

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

Related Questions