Skip to content
Snippets Groups Projects
Commit c345fb92 authored by yassin.elhakoun's avatar yassin.elhakoun
Browse files

Update file cours_3.md

parent 4e52728b
No related branches found
No related tags found
No related merge requests found
......@@ -287,8 +287,6 @@ pour i de 1 à SIZE - 1
```C
int index = 0;
int SIZE = 10;
int tab[SIZE];
float min = tab[0];
for (int i = 1; i < SIZE; ++i) {
if (min > tab[i]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment