For Loops are used to iterate over a set of statements for a particular condition. Syntax: for( initializer; condition; increment/decrement){ }