Vidyalelo
Ruby Programming · Q43

Data Types and Variables in Ruby

Programming · Ruby Programming · question 43

Q43

In Ruby, what is the keyword used to define a loop that repeats until a condition is true?

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

Answer: Option A

Solution

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