In this homework i was introduced to control flow. Control flow gives us the ability to choose among outcomes based off what else is happening in the program. simple aspects of control flow are, comparators like; equal, not equal, less than, less than or equal to, greater than, and greater than or equal to. Control flow gives us the ability to choose among outcomes based off what else is happening in the program.