The document provides a C++ program that calculates the sum of the individual digits of an integer input by the user. It uses a while loop to extract each digit and accumulate the sum. Finally, it outputs the result to the console.