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

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

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