I'm back again! This time, I'm supposed to write a function that calls the bubble sort algorithm. I seem to be having trouble printing the sorted array. I'm supposed to ask the user to input 10 double values, and sort them accordingly using hte bubble sort algorithm. Whenever it comes time to call the function, however, nothing happens. I'm using xCode, and I'm getting a green message, saying Thread 1: EXC_BAD_ACCESS(code=EXC_1386_GPFLT) As always, any help is greatly appreciated !!