Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
fc65028afc
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README-en.md

+ 3
- 3
README-en.md View File

271
 
271
 
272
 ---
272
 ---
273
 
273
 
274
-##Laboratory session
274
+##Laboratory session:
275
 
275
 
276
-###Exercise 1: Understand the Data Files and the Provided Code 
276
+###Exercise 1 - Understand the Data Files and the Provided Code 
277
 
277
 
278
 ####Instructions
278
 ####Instructions
279
 
279
 
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