Update index.md (#27090)
This commit is contained in:
committed by
The Coding Aviator
parent
9f5eda74f5
commit
7af600ab0b
@ -9,7 +9,7 @@ The `do while` loop has the following form:
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
// do something;
|
// do something;
|
||||||
} while(expression);
|
} while(condition);
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Do something first and then test if we have to continue. The result is that the
|
|||||||
|
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include <iostream>
|
#include <iostream.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
Reference in New Issue
Block a user