Quiz: Try, Fail, and Fix
Quiz yourself on understanding and fixing some common errors in C++.
We'll cover the following...
In the previous lesson, you explored one of the most important parts of learning to code, making and fixing mistakes. You learned how to identify ...