How do you break out of a loop in Ruby?
A. exit()
B. break()
C. continue()
D. end()
Answer: Option B
A. exit()
B. break()
C. continue()
D. end()
Answer: Option B
What does the 'puts' method do in Ruby?
A. Prints to console
B. Converts to string
C. Finds the length
D. Reads input from user
Join The Discussion