What is an Integer
Well to put it simply an integer is a number! More specifically it is a whole number.
It can be abbrivated, int
and takes up half of the memory that a double uses, it
uses four bytes of memory or 32 bits. Integers are very important because you will use
them in just about every program you create. One instance inwhcih you would want to use
and integer is when counting the number of people are in an area at one time or when you
need to round number. It is useful when you need your output to be a whole number, you
can't have half a person!