浏览代码

README-en.md edited online with Bitbucket

父节点
当前提交
23b9d02470
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README-en.md

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

@@ -47,7 +47,7 @@ In mathematics, a function $$f$$ is a rule that is used to assign to each elemen
47 47
 
48 48
 Functions in programming languages are similar. A function has a series of instructions that take the assigned values as parameters and performs a certain task. In C++ and other programming languages, functions return only one result, as it happens in mathematics. The only difference is that a *programming* function could possibly not return any value (in this case the function is declared as `void`). If the function returns a value, we use the instruction `return`. As in math, you need to specify the types of values that the function's parameters and result will have; this is done when declaring the function.
49 49
 
50
-###Function header:
50
+###Function header
51 51
 
52 52
 The first sentence of a function is called the *header* and its structure is as follows:
53 53
 
@@ -193,7 +193,7 @@ DVD stands for "digital versatile disk" or "digital video disk", which is an opt
193 193
 
194 194
 
195 195
 
196
-## Laboratory Session
196
+## Laboratory Session:
197 197
 
198 198
 In this laboratory session we will be using a data base of DVD movies maintained by http://www.hometheaterinfo.com/dvdlist.htm. This database contains 44MB of information for movies that have been distributed in DVD. Some of the stored information in the database for each DVD is: DVD title, publishing studio, date of publication, type of sound, versions, price, rating, year and genre. The fields of the information for each movie are stored in text with the following format:
199 199