소스 검색

README-en.md edited online with Bitbucket

부모
커밋
f08bf61772
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md 파일 보기

@@ -7,7 +7,7 @@
7 7
 
8 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` 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. In this lab experience, you will use `for` loops to complete a simple ciphering application.
11 11
 
12 12
 ##Objectives:
13 13