Introduction

In the previous project, we started messing with procedures and adding code to a specific object, but it was simple. We are going to take the concepts from the previous project and expand on them.

  • Variable: An object that contains data. A variable is used to modify existing data and retain a value.
  • Loop: A piece of code that repeats something while a condition is true.