Codeasy.net C# Beginner – Introduction to Scopes
Day 38 #100DaysOfCode

Having completed my introduction to arrays yesterday, today my attention was turned towards scopes and code structure.
I had actually started figuring this out on my own before now because I noticed how I could recycle variables from one for loop to another because each is its own self-contained bubble.
By learning about scopes properly, I discovered how I can set up classes, methods, and variables and call them to other parts of the same program if needed. Very useful.
I completed some exercises based on proper scope and syntax and completed chapter 2 of the codeasy.net beginner course.
