1 Intro.
1.
2.
2 cout
1.
3 String
1.
2.
4 Arithmetic
1.
5 endl
1.
6 Identifier
1.
7 return
1.
8 +
1.
9 C++ Program
1.
10 Functions
1.
2.
11 Comments
1.
12 #include
1.
13 using namespace std;
1.
14 int main()
1.
15 Braquets { }
1.
16
1.
17 Variable Declaration
1.
18 Assignment Statement
1.
19 Assignment Evaluation
1.
20 Output Statement
1.
21 Variable
1.