// the %d is a format specifier that search for a variable containing // an int in the printf function. printf("You entered: %d", number);