A do-while loop in C++ is similar to the while loop. Just as in a while loop, a do-while loop also has a condition which determines when the loop will break.
確定! 回上一頁