πŸ“Š Ruby
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) keyword represents the ending of loop

Explanation: end: This keyword represents the ending of 'for' loop block which started from 'do' keyword.

Explanation by: Vinay Kumar
end: This keyword represents the ending of 'for' loop block which started from 'do' keyword.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
158
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Vinay Kumar
Publisher
πŸ“ˆ
98%
Success Rate