| 12345678910111213141516 |
- /**
- Ninjas use what they know about control flow logic to develop a set of rules
- about the Dojo.
- Reinforced Vocabulary and Concepts
- * Boolean Logic
- * Comparison Operators
- * if() Statements
- Sensei Notes
- * The purpose of this activity is to practice control flow and Boolean logic by
- applying it to real world situations.
- * The manual describes some examples for the Dojo, but you can extend the concept
- to almost any situation.
- * The Ninja should be able to see the cause and effect of Boolean logic.
- **/
|