When writing code, one of the fundamental concepts to keep in mind is scoping. Scoping refers to the visibility and accessibility of variables within a program. In most programming...