|
i think i know the problem. when the hamming distance increases i have to have it branch to another part of the program to do that which is called hamming. So when it goes through that its out of the loop and then goes to print. Can i like somehow have the hamming being added under a label but then put that label still in the loop or maybe put the check and stuff under the hamming label?
|