ブラウザの設定でJava Scriptの使用を有効にしてご利用ください。
DO-WHILEループ
出典:Wiktionary
do-while loop (複数形 do-while loops)
出典:Wikipedia
出典:『Wikipedia』 (2011/07/27 17:41 UTC 版)
In most computer programming languages, a do while loop, sometimes just called a do loop, is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition. Note though that unlike most languages, Fortran's do loop is actually analogous to the for loop.
do-while loop