This is the start of our IT program
introduce core concepts common to most programming languages, such as variables, data types, control structures, and syntax
A fundamental coding principle is DRY (Don't Repeat Yourself), which states that every piece of knowledge or logic must have a single, unambiguous representation within a system.