First off I will state that this is a project assigned for CSIS123, and I am not looking for a solution, I just need tips. I am a beginner programmer and I have been attempting to debug a this program for a few days. I have stepped into the program and found that I get the same output each time, infinitely. The program works just fine until the end of the control statements which I will post here. Again, I am not looking for answers, perhaps a nudge in the right direction.
Here is the block of code I am having trouble debugging:
This program uses an enhanced bubble sort to arrange the sales people by name, and the repetition is supposed to go down the list one by one using the for loop above.