We can convert the repetitive logic written using one type of loop into any of the other 2 types. For example, if some repetitive logic is coded using a for loop, we can convert that for loop into while or do-while loop. This is termed inter-conversion of loops.