Bläddra i källkod

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 år sedan
förälder
incheckning
c9ee801c06
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Visa fil

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. Loops such as the `for`, `while`, and `do-while` are control structures that 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` are control structures that allow us to repeat a block of instructions as many times as needed. These structures are also called *repetition structures*. In today's lab experience, you will use `for` loops to complete a simple ciphering application.
11
 
11
 
12
 ##Objectives:
12
 ##Objectives:
13
 
13