浏览代码

README-en.md edited online with Bitbucket

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

+ 4
- 0
README-en.md 查看文件

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.