The document contains C++ code for numerical methods to find roots of equations including the bisection method, false position method, Newton-Raphson method, and secant method. It also contains code to calculate mean, median, and mode from grouped and ungrouped data, including arithmetic mean, geometric mean, and harmonic mean. The code shows how to convert ungrouped data to grouped data by assigning data to ranges and calculating frequencies.