The document contains 3 C++ programs:
1) An inverted triangle program that prints a triangle with decreasing width using loops.
2) A triangle program that prints a triangle with spaces and stars using nested loops.
3) A program that takes 3 numbers as input, compares them, and prints the smallest number or indicates they are equal.