/*Bubble sort*/ #include using namespace std; //function to sort the array int bubble_sort (int k[], int n){ int t,ct=1; while(ct