ABSTRACT

Conditional statements and loops are two of the most widely used constructs in programming . Conditional statements allow your program to make choices based on a set of criteria . Loops use repetition, allowing your program to complete many tasks quickly .