Examveda

What is the output of the given code?
i=5
j=10
for i in 5..10 && j in 5..10
puts i**j
end

A. Syntax error

B. 25 36 49 64 81 100

C. 1 4 9 16 25

D. None of the mentioned

Answer: Option A


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

Join The Discussion

Related Questions on Control Structures in Ruby