Q. What does end represent?
β
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.