The document contains 6 programs written in C++ to perform various tasks involving arrays and conditional operators:
1) Three programs to swap two values using a third variable, without a third variable, and by adding and subtracting values.
2) Two programs to find the maximum and minimum of 10 values stored in an array.
3) A program to find the largest of two values using a conditional operator.
4) A program to find the smallest of three values using a conditional operator.