Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 941 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 941 Bytes

2. Control Flow, Decision Making, and Loops

Control flow and decision-making lets programs make decisions in ways that you pre-determine. Loops let your program perform a single operation multiple times (which makes your programs much more efficient). Between if-statements and loops, you can now accomplish almost every single task you'll need to accomplish (though you'll learn techniques later that make your life even easier).

Before you begin these problems, go through these exercises and materials:

Control Flow and Decision Making

Loops

  • Sections 7.3-7.5 of Chris Pine's book - The "Looping with Ruby" track of codecademy.