Although I solved the task, I am having trouble following the looping logic. Both counters i and j start off at zero and then are incremented by one. How then, does the inner loop know how many times to print "8" before moving to the next line? I tried to follow the logic but can't seem to figure it out. I hope the question is clear. Thanks!