Bladeren bron

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 jaren geleden
bovenliggende
commit
0f9af0d265
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4
    0
      README-en.md

+ 4
- 0
README-en.md Bestand weergeven

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.