ログインすると広告が減り、学習に集中できます。
広告
検索結果- 英語 - 多言語
while loop
名詞
(programming) A section of computer code in which an instruction or group of instructions is repeated only while a certain condition continues to be met.
日本語の意味
条件が成立している間、プログラム内のコードブロックを繰り返し実行するループ構造。 / プログラミングにおける制御構文の一つであり、特定の条件が真である間、一定の処理を反復実行する仕組み。
選択した言語のデータがないため、英語で表示しています。
活用形
while loops
名詞
活用形
複数形
plural of while loop
日本語の意味
「while loop」の複数形、つまり一つ以上の『whileループ』(反復処理を行う制御構文)を指します。
選択した言語のデータがないため、英語で表示しています。
原形:
while loop
do-while loop
名詞
(programming) a construction in which a series of commands are performed once initially, and then repeatedly for as long as a specified condition evaluates to true.
日本語の意味
(プログラミングの構文として)まず一度処理を実行し、その後、指定された条件が真である間、繰り返し処理を行うループ構造。 / do-whileループは少なくとも一度は必ず実行され、その後、条件に応じて繰り返す反復制御の仕組み。
選択した言語のデータがないため、英語で表示しています。
活用形
do-while loops
名詞
活用形
複数形
plural of do-while loop
日本語の意味
do-whileループ(プログラミングにおいて、あるループの制御構造)の複数形
選択した言語のデータがないため、英語で表示しています。
原形:
do-while loop