coding loop example Example 1: loops in coding Do Do_Something Loop Example 2: loops in coding Do While X <= 5 X = X + 5 Loop