The program I\"m trying to finish is a program using the bubble sort algorithm. I am not sure what is the problem or in which function the problem is in. The problem is th
void sortArray (int arr[], int size) { int num, number, d; for(num=0;num