소스 검색

README-en.md edited online with Bitbucket

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

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

@@ -295,8 +295,7 @@ Here are some code snippets for common reading tasks. Observe that all of them:
295 295
 
296 296
     ---
297 297
 
298
-In the provided code, notice that the data in the arrays `histoNames` and `histoValues` were assigned directly in their declarations. For the provided files, your program should compute the frequency of occurrence of the leading digits and then display their histogram by using the `histo` method.  
299
-
298
+In the provided code, notice that the data in the arrays `histoNames` and `histoValues` used in the `histo` method invocation were assigned directly in the declarations of every array. For the provided files, your program should compute the frequency of occurrence of the leading digits and then display their histogram by using the `histo` method. 
300 299
 ###Exercise 2: Implement a program to detect bogus data in the data files
301 300
 
302 301
 ####Instructions