Examveda

What is the output of the given code?
i=1
for i in 5..10
puts i^2
end

A. 7 4 5 10 11 8

B. 25 36 49 64 81 100

C. 1 4 9 16 25

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