Skip to content

Commit

Permalink
add 03ABC videos
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-the-programmer committed May 19, 2020
1 parent 2b48ee1 commit 75fa49e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 03_loops/exercises/A_loops_exercise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ _Loops_ are a construct that programmers use control the repeated execution of c

Before you start this exercise, make sure you have watched the lecture first.

+ [Lecture](https://youtu.be/gs4WlW-ZQfg)

If you get stuck during this exercise, reference this walkthrough. Only watch enough of the
walkthrough to get yourself unstuck, then pause the video and pick up the exercise on your own.

+ [Walkthrough Part 1](https://youtu.be/D_Vh-Opw-_I)
+ [Walkthrough Part 2](https://youtu.be/rlolQAocQyA)

I think loops are great because we can type a small amount of code, but instruct the computer to
perform a lot of "work". The programmer is lazy and computer doesn't complain. What a perfect pair.

Expand Down
2 changes: 2 additions & 0 deletions 03_loops/exercises/B_loops_exercise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ More practice on `for` loops!
If you get stuck during this exercise, reference this walkthrough. Only watch enough of the
walkthrough to get yourself unstuck, then pause the video and pick up the exercise on your own.

+ [Walkthrough](https://youtu.be/7EbhmLAH__o)

Roses are read, violets are blue, error on line 32.

-AZ
Expand Down
2 changes: 2 additions & 0 deletions 03_loops/exercises/C_loops_exercise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
If you get stuck during this exercise, reference this walkthrough. Only watch enough of the
walkthrough to get yourself unstuck, then pause the video and pick up the exercise on your own.

+ [Lecture](https://youtu.be/3uEzx16zwIM)

You are getting good at solving problems using loops. Let's up the difficulty.

-AZ
Expand Down

0 comments on commit 75fa49e

Please sign in to comment.