Topics Discussed: What is style?
Category: Tutorials
C++ Tutorial #16 — Loops in action–Currency converter
Topics Discussed: Case study, making a currency converter
16-B
Topics Discussed: Making a personal calculator with what we’ve learned so far.
C++ Tutorial #17 — Clarification: Dangling else
Topics Discussed: Common bug–"dangling else"
C++ Tutorial #18 — Nested for loops
Topics Discussed: Working with / controlling Nested for loops
18-B
Topics Discussed: Lesson 18 homework.
C++ Tutorial #19 — For loops; Total and Average
Topics Discussed: Using for loops to calculate the total and average of the number of iterations through the loop.