1.
2 inner for loops in the outer for loops
such as:
for(...)
{
for()
}
2.
1 if in an inner loop whithin an outer loop
{if()}