Home / Programming MCQs / Ruby MCQs / Question

V

Vinay Kumar • 8.55K Points
Tutor III

Q. What does end represent?

(A) keyword represents the ending of loop
(B) keyword represents the start of loop
(C) keyword represents the start and ending of loop
(D) keyword represents the infinite loop
Explanation by: Vinay Kumar
end: This keyword represents the ending of 'for' loop block which started from 'do' keyword.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.