Solved

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

Question 1

Multiple Choice

What output would result from the following loop?
For x=9\mathrm { x } = 9 to 15
Print x6x - 6
Next xx


A)
99
1515

B)
9101112131415\begin{array}{l}9 \\10 \\11 \\12 \\13 \\14 \\15\end{array}

C)
3456789\begin{array}{l}3 \\4 \\5 \\6 \\7 \\8 \\9\end{array}

D)
0123456\begin{array}{l}0 \\1 \\2 \\3 \\4 \\5 \\6\end{array}

E) None of these

Correct Answer:

verifed

Verified

Related Questions