An open API service indexing awesome lists of open source software.

https://github.com/fl444mingo/fl4-cs131-03-02-switch

Ch. 3, Lesson 2, Switch Cases
https://github.com/fl444mingo/fl4-cs131-03-02-switch

cpp learning learning-cpp

Last synced: over 1 year ago
JSON representation

Ch. 3, Lesson 2, Switch Cases

Awesome Lists containing this project

README

          

# FL4-CS131-03-02-Switch
Instructor-provided program to introduce switch cases

Learned:
- How to set up switch cases, more efficient than if{} if{} if{} spaghetti for certain cases