Integer Values
Integer values are whole numbers. Typically, they are used to represent amounts such as counts. In this section, we explain:
- Integer Types—A brief description of the various types of integer you can use.
- Integer Formats—Explains how to define the base for an integer value.
- Typed Literals—Describes how to assign appropriate types of integer for the literal numbers in a program.