This document summarizes different types of flow control statements in C/C++, including sequential statements, conditional statements, and iterative/looping statements. Conditional statements include if, if-else, nested if-else, and if-else ladder statements. Examples are provided for each type of conditional statement. Pseudocode is given for programs to find the greatest of two numbers using if, enter and output uppercase and lowercase characters, find the greatest of three numbers using nested if-else, and calculate tax based on salary ranges using an if-else ladder.