diff --git a/8.cpp b/8.cpp index 55efaa5..91ed140 100644 --- a/8.cpp +++ b/8.cpp @@ -28,11 +28,11 @@ cout<>n; int a[n+1]; -cout<<"Enter the elements"<>a[i]; @@ -41,7 +41,7 @@ insertion_sort(a,n); cout<<"Sorted array is"<>e; a[n]=e;