Do while петља — разлика између измена

Садржај обрисан Садржај додат
Autobot (разговор | доприноси)
м Разне исправке; козметичке измене
Autobot (разговор | доприноси)
м Разне исправке
Ред 103:
} while (counter > 0);
std::cout<<"factorial of 5 is "<<factorial<<std::endl;
</source><ref>{{Шаблон:Cite web|url = https://www.tutorialcup.com/cplusplus/do-while-loop.htm |title = C++ Do While Loop}}</ref>
 
=== CFScript ===
Ред 170:
} while (counter > 0);
console.log(factorial);
</source><ref>{{Шаблон:Cite web|url = https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Statements/do...while |title = Mozilla Developer Network Documentation - The Do While Loop in JavaScript}}</ref>
 
=== [[PHP]] ===
Ред 182:
echo $factorial;
?>
</source><ref>{{Шаблон:Cite web|url = http://php.net/manual/en/control-structures.do.while.php |title = Do While - Official PHP Documentation}}</ref>
 
=== PL/I ===