The while loop executes a block of code as long as the specified condition is true. Syntax. while (condition is true) { code to be executed; }. Examples. The ...
確定! 回上一頁