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

@ -2,7 +2,7 @@
Computer programs are instructions telling the computer how to process input and deliver output.
An important part of programming is telling the computer WHEN to perform a certain task.
For this, we use something called conditionals.  Conditionals get their name because a certain Condition or Rule has to be met.
For this, we use something called conditionals. Conditionals get their name because a certain Condition or Rule has to be met.
Students are all already familiar with the concept of conditionals in their daily lives!