Demonstrate local scope of variable created inside a for loop

Demonstrates how any variable created in a loop does not exist outside of that loop.