Integer helps us to represent integer values in our program. The ```int``` data type can store whole numbers from -2147483648 to 2147483647. We can use these values to do arithmetic operations. ### ...