Commit 3e4655a7 authored by Franck MESSAOUDI's avatar Franck MESSAOUDI

change param

parent 637230a5
...@@ -6,7 +6,7 @@ int main(){ ...@@ -6,7 +6,7 @@ int main(){
int i = 0; int i = 0;
for(int j =0;j<10;j++){ for(int j =0;j<10;j++){
printf("i=%d\n",i); printf("i=%d\n",i);
i=i+2; i=2*i+2;
} }
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment