Parcourir la source

README-en.md edited online with Bitbucket

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

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

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` 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
 
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
 
302
 ####Instructions
302
 ####Instructions
303
 
303