C++Tutorial for Beginners 17 - The Do-While Loops HD
Get complete courses at http://courses.caveofprogramming.com A tutorial on do-while loops in C++. This is a kind of loop that always executes at least once, checking the loop condition only at the end of the loop.