Loops are a fundamental part of programming languages. Without them, we couldn't look through an array or list or database easily. Strings for example are an array of characters, so to find a given character at a particular position, we use a loop. There are 3 basic types of loops, the For...