This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## CONCEPT: Integer | |
| ALIAS: int, whole number | |
| LEVEL: easy | |
| DESC: Represents whole numbers without decimals. | |
| * ID: int_def_1 | |
| TYPE: Definition | |
| TEXT: An integer represents a whole number without a decimal part. | |
| TAGS: data-type, numeric |