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