Small doc fixes and many tiny edits. (#439)

This commit is contained in:
Galen Nickel
2017-07-06 00:05:42 -07:00
committed by Peli de Halleux
parent edaf2b0403
commit 78d1ce26be
33 changed files with 164 additions and 118 deletions

View File

@ -2,7 +2,7 @@
This lesson introduces the concept of looping and iteration. Presents the 'While' block as a combination of an iteration and a conditional statement.
## Lesson Objectives
## Lesson objectives
Students will...
* Understand the value of iteration in programming
@ -10,7 +10,7 @@ Students will...
* Learn how and when to use the Looping blocks repeat, while, and for
* Apply the above knowledge and skills to create a unique program that uses iteration and looping as an integral part of the program
## Lesson Structure
## Lesson structure
* Introduction: Lather. Rinse. Repeat.
* Unplugged Activity: Walk a Square pseudocode