Parcourir la source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri il y a 9 ans
Parent
révision
4d048addd2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Voir le fichier

7
 
7
 
8
 [Verano 2016 - Ive- Tatiana]
8
 [Verano 2016 - Ive- Tatiana]
9
 
9
 
10
-One of the advantages of using computer programs is that we can easily implement repetitive tasks. Structures such as the `for`, `while`, and `do-while` allow us to repeat a block of instructions as many times as needed. In this lab experience, you will use `for` loops to complete a simple ciphering application.
10
+One of the advantages of using computer programs is that we can easily implement repetitive tasks. Loops such as the `for`, `while`, and `do-while` allow us to repeat a block of instructions as many times as needed. In this lab experience, you will use `for` loops to complete a simple ciphering application.
11
 
11
 
12
 ##Objectives:
12
 ##Objectives:
13
 
13