Topics Discussed:If statements, case study with commission sales.
Tag: case study
C++ Tutorial #13 — Simple game with loops (sentinel loop, while / nested if else)
Topics Discussed: Making a simple number guessing game
Source Code Available Here
Source Code using srand for pseudorandomity
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 #22 — Case Logic intro, calculator
Homework: C++ Homework 5: Using Switch Statements
Topics Discussed: Case structure, case fallthrough, switch, default
22-B
Topics Discussed: Case Logic, grading problem
C++ Tutorial #45 — Case Study: part 1
Topics Discussed: