Lesson 5: Variables

Overview

Question of the Day: How can we use variables to store information in our programs?

In this lesson, you will be introduced to variables - an important concept in programming used to store values for your programs!

Vocabulary

  • Variable - A label for a piece of information used in a program.

Introduced Code