void bubbleSort(float messy_array[]){
float my_array[5] = {0.9, 0.2, 1.7, 0.5, 11.3};
printf("Hello, world!\n");
printf("The unsorted array: \n");
printf("a[%d]=%.2f, ",i, my_array[i]);
printf("The sorted array: \n");
printf("a[%d]=%.2f, ",i, my_array[i]);