Please enable JavaScript to use CodeHS

Delaware Tech Apps and Coding

Lesson 1.11 Variables

Description

In this lesson, students will learn about a fundamental aspect of every programming language: Variables. A variable is something that stores information in a program that can be used later.


Objective

Students will be able to:

  • Describe what variables are
  • Discuss why variables are used in our programs