█████████████████████████████████████████████████████████████████████████████████████████████████████████
EXAMPLE...
cout << "hello my name is..." << endl;
=========================================================================================================
EXAMPLE...
cout << "hello world" << endl;
cout << "my name is..." << endl;
=========================================================================================================
\n = is the alternative for "endl" it just creates a new line just like endl !
-
-
█████████████████████████████████████████████████████████████████████████████████████████████████████████