The document discusses 10 problem statements related to algorithms and flowcharts. It provides the steps to design algorithms and draw flowcharts to: 1) exchange two values with and without a temporary variable, 2) find the sum of digits in a number, 3) find the sum of integers in an array, 4) count digits in a number, 5) compute factorials, 6) compute sine functions, 7) generate Fibonacci sequences, 8) reverse digits of a number, 9) convert a decimal number to binary, and 10) references used. For each problem, it lists the steps of the algorithm and includes examples.