Break and Continue C++. In this video you will learn how to use the break and continue statements to control the flow of your loops. You will learn how to use the break statement when searching for a value in a vector. This is known as early exit. In addition, you will learn to use the continue statement to skip an iteration. Finally, you will be given an example where both continue and break statements are utilized in a for loop.
If you need a refresher on getting user input in C++: https://youtu.be/wOxjjy3tKAo
C++ Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4ZDNIOZ51sX25pWKQ1pkpTE
Github Repo for C++ Code:
https://github.com/ImKennyYip/cpp
Install C++ with VS Code:
https://youtu.be/DMWD7wfhgNY
Subscribe for more coding tutorials !