State in detail about the Integer
Carrier set of the Integer ADT is the set {..., -2, -1, 0, 1, 2, ...}, and operations on these values are addition, multiplication, subtraction, division, remainder, is equal to, is greater than, is less than, and so on. Notice although some of these operations yield other Integer values, some yield values from other ADTs (like false and true) though all have at least one Integer argument.