Variables updates (#473)

* Deleted old images, updated with hand-drawn images

Added new cover image, hand-drawn images.

* Fixed file image path

* Capitalized title

* More additions of original images

* Restored lowercase.

* Replaced traffic light image
This commit is contained in:
dkiang
2017-08-01 06:55:55 -07:00
committed by Peli de Halleux
parent 102dfcc32a
commit 6a215478b0
10 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,7 @@
# Variables
This lesson introduces the use of variables to store data or the results of mathematical operations. Students will practice giving variables unique and meaningful names. And we will introduce the basic mathematical operations for adding subtracting, multiplying, and dividing variables.
![Variable value](/static/courses/csintro/variables/variable-value.png)
![Variable value](/static/courses/csintro/variables/cover.JPG)
This lesson introduces the use of variables to store data or the results of mathematical operations. Students will practice giving variables unique and meaningful names. We will also introduce the basic mathematical operations for adding, subtracting, multiplying, and dividing variables.
## Lesson Objectives