Examveda

What is the output of the given code?
for num in 1...5
  puts num
end

A. 1 2 3 4 5

B. 1 2 3 4

C. 2 3 4 5

D. None of the mentioned

Answer: Option B


This Question Belongs to Ruby Programming >> Control Structures In Ruby

Join The Discussion

Related Questions on Control Structures in Ruby