täisarvmuutuja
Täisarvmuutuja is an Estonian term that translates to "integer variable" in English. It refers to a variable that can hold only whole numbers, meaning numbers without any fractional or decimal component. In programming and mathematics, integer variables are fundamental data types used to represent quantities that are inherently discrete. Examples of integer values include -3, 0, 15, and 1000. They cannot represent values like 3.14 or -0.5.
The range of values an integer variable can hold is typically determined by the specific programming language