官术网_书友最值得收藏!

The while construct

A loop is used in the programming world to make a sequence of execution steps repeat itself until the condition is met. The while loop is one of the building blocks of the C# programming architecture and is used to loop through the body mentioned in curly brackets until the condition mentioned in the while criteria is true:

while (condition)
{
loop body;
}

The condition mentioned in the loop should evaluate to true to execute the loop for the next iteration.

主站蜘蛛池模板: 乌恰县| 陇川县| 毕节市| 保亭| 延川县| 荣昌县| 京山县| 莲花县| 固阳县| 八宿县| 隆昌县| 额尔古纳市| 富平县| 班戈县| 石嘴山市| 庐江县| 永顺县| 祥云县| 军事| 东港市| 章丘市| 三台县| 沙雅县| 西藏| 滨州市| 治多县| 南华县| 湾仔区| 东城区| 白银市| 米林县| 广州市| 花莲县| 临猗县| 黔西| 北流市| 济源市| 宁国市| 阳高县| 营口市| 洱源县|