The while() loop has the form: while ( expression ) { /* Do something... */ }. The contents of the loop, which as always may be a single statement or a { .
確定! 回上一頁