while and do-while Loops in C++
Besides the for loop, C++ provides the while loop and the do-while loop. Both repeat a block of statements while a condition remains true.
Besides the for loop, C++ provides the while loop and the do-while loop. Both repeat a block of statements while a condition remains true.