Integers
Integer literals are numbers without decimal parts. For example, 0
, 25
, -54
, 923
, etc. As you can see, integers also consist of negative numbers.
For now, you don't need to know how we can create and use these integers in our programs. Just know that numbers without decimals are called integers.