https://github.com/fl444mingo/fl4-cs131-01-03-error
Ch. 1, Lesson 3, Errors
https://github.com/fl444mingo/fl4-cs131-01-03-error
cpp learning learning-cpp
Last synced: over 1 year ago
JSON representation
Ch. 1, Lesson 3, Errors
- Host: GitHub
- URL: https://github.com/fl444mingo/fl4-cs131-01-03-error
- Owner: Fl444mingo
- Created: 2025-01-17T21:19:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-17T22:40:27.000Z (over 1 year ago)
- Last Synced: 2025-01-26T16:17:17.926Z (over 1 year ago)
- Topics: cpp, learning, learning-cpp
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FL4-CS131-01-03-Error
Instructor-provided program to introduce errors, giving an example of a syntax and runtime error, as well as a math operator
Learned:
- what happens when you forget a semicolon
- what happens when user input breaks the program