Go to the documentation of this file.
16 cout << endl <<
"Classical loop by for" << endl;
19 for (
int i = 0; i < n; ++i) {
27 cout << endl <<
"Loop by while" << endl;
39 cout << endl <<
"Loop by do while" << endl;
40 cout <<
" wrong for n <= 0 !!" << endl;