What is type int?
For now, suffice it to say that that the type int is a type that is designed to describe whole numbers, or integers ranging from zero up to a large maximum magnitude.
Thus, the three variables in Listing 1
are created to store whole numbers ranging from zero to a large maximum
magnitude.