~ "int" stands for integer, which is a data type used to store whole numbers (positive, negative, or zero).
~ %d is a format specifier used in the printf() and scanf() functions to format and display or read integer values
~ %d is a format specifier used in the printf() and scanf() functions to format and display or read integer values