Saved Bookmarks
| 1. |
What is integer explain |
|
Answer» Answer: An INTEGER is a whole number (not a fraction) that can be positive, negative, or zero. THEREFORE, the numbers 10, 0, -25, and 5,148 are all INTEGERS. Unlike floating point numbers, integers cannot have decimal places. Integers are a commonly used data type in computer programming. |
|