I'm attempting to make a list of random numbers and then sort it into a least to greatest order. I used bubble sort as my algorithm for sorting them, but somewhere the program is either freezing, the output is failing, or a loop is infinite because it never outputs anything or gives me a runtime error message. I can't figure it out. It compiles with no errors or warnings in MS vc++ 6.0 Enterprise