'for' loop runs enclosed code repeatedly for the specified number of times. It is one of the most used code construct. Fortunately it is very simple to understand.
In this video, we build a table of 9 as well as display elements of an indexed array using 'for' loop.