經安全檢測,此網站為安全網站,請放心前往原始網址!

Statements and flow control - C++ Tutorials

The while loop The simplest kind of loop is the while-loop. Its syntax is: while (expression) statement The while-loop simply repeats statement while expression is true. If, after any execution of statement, expression is no longer true, the loop ends, an

www.cplusplus.com

網址安全性掃描由 google 提供