|
@@ -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.
|