//Insertion Sort #include using namespace std; int main() { int n; cout<<"Enter the number of elements in your array: "; cin>>n; int Array[n]; cout<<"\nEnter any "<>Array[i]; } //Sorting for(int i=1; i=0 && temp