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
- Host: GitHub
- URL: https://github.com/fl444mingo/fl4-cs131-03-02-switch
- Owner: Fl444mingo
- Created: 2025-03-27T00:27:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-27T00:28:44.000Z (over 1 year ago)
- Last Synced: 2025-03-27T01:29:01.176Z (over 1 year ago)
- Topics: cpp, learning, learning-cpp
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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