Data types
Certain types of data are used in any programming language. The data type of a variable is chosen according to its purpose. How can we declare a variable? How can we initialize it (preset its initial value)? A wrong choice of the type for a variable may slow down the program or even result in wrong actions.