Add the 'Iteration' lesson to csintro. (#430)

This commit is contained in:
Galen Nickel
2017-06-28 01:49:20 -07:00
committed by Peli de Halleux
parent e598fc7855
commit 96815675a3
21 changed files with 498 additions and 1 deletions

View File

@ -0,0 +1,7 @@
# Standards
## CSTA K-12 Computer Science Standards
* CL.L2-05 Implement problem solutions using a programming language, including: looping behavior, conditional statements logic, expressions, variables, and functions.
* CL.L3A-03 Explain how sequence, selection, iteration, and recursion are building blocks of algorithms.