Basic elements in programming
Output
Normally we program because we want to obtain a result. This result is what we usually call OUTPU...
Input
A program like the example of the Hello World is not typical in programming. Increasingly, we se...
Storage
In order to operate with the data, we must previously reserve memory spaces in which to store it....
Processing
Types of operations The operations to be performed with the data can be: Arithmetic: classic ...
Comments
A comment in programming is text in our source code that the compiler ignores. And if it is ign...