Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from elizarv/elizarv-patch-1
Browse files Browse the repository at this point in the history
c++,loop
  • Loading branch information
elizarv authored Oct 23, 2017
2 parents 35d2123 + bc0f0eb commit ccdefd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions langs/C++/for-loop
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
for (int i = 0; i < 10; i++){ //ejecuta un ciclo 10 veces
cout << "El valor de i es " << i << endl; //ejecuta esta sentencia 10 veces
}

0 comments on commit ccdefd5

Please sign in to comment.