Conditionals and loops are essential elements in
programming. Conditionals and loops are known as control
structures because they give you control over when and
how often parts of your code should run. With conditionals, you can run a particular piece of code only if a certain condition is true. Meanwhile, loops enable you to repeatedly run a piece of code for as long as a condition remains true.
Github: https://github.com/markumreed
https://www.linkedin.com/in/markumreed/