C++ Printing numbers and operations on numbers

Using std::cout to print numbers.

Math basic operations on numbers

division between 2 integers gives integer result only.

the last example is an example of overflow data. it is not a correct result. More details below :