瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 年之前
父節點
當前提交
4d5909553e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md 查看文件

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.  
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.  
299
 
299
 
300
 ###Exercise 2: Implement a program to detect bogus data in the data files
300
 ###Exercise 2: Implement a program to detect bogus data in the data files
301
 
301