//Insertion Sort #include using namespace std; int main() { int n; int Array[n]; cout<<"\nEnter any 6 Numbers for Unsorted Array : "; //Input for(int i=0; i>Array[i]; } //Sorting for(int i=1; i=0 && temp