Vidyalelo
Ruby Programming · Q16

Control Structures in Ruby

Programming · Ruby Programming · question 16

Q16

Which loop in Ruby allows you to execute code while a condition is true?

A.
while
Answer
B.
for
C.
until
D.
loop

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board