I Have created a program, where the user will choose how many numbers they would like to the computer to generate. Once this happens then bubble sort is applied. I have a problem. Now bubble sort works, but repeating numbers are removed.Also if i say to the program that i want to generate numbers less than 10, for some reason i get loads of 000000 in my buble sort. Here is the code