Browse Source

README-en.md edited online with Bitbucket

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

+ 4
- 0
README-en.md View File

@@ -23,9 +23,13 @@ Before you get to the laboratory you should have:
23 23
 1. Reviewed the following concepts:
24 24
 
25 25
     a. Implementing arithmetic expressions in C++.
26
+    
26 27
     b. Basic data types in C++ (int, float, double)
28
+    
27 29
     c. Using "type casting" to cast the value of variables to other data types within expressions.
30
+    
28 31
     d. Using arithmetic functions and constants from the `cmath` library.
32
+    
29 33
     e. Quadratic equations and their graphs.
30 34
 
31 35
 2. Studied the concepts and instructions for the laboratory session.