Question: 9 Following is a C++ program that using a nested looping statement to sort the array a, which is declared in the line 6 1

9 Following is a C++ program that using a nested looping statement to sort the array a, which is declared in the line 6 1 #include 2 using namespace std; 3 4 int main() 5 { 6 7 8 9 8,7 O 8,8 O 4,3 int a[8]=(-2, 5, 1, -9, 4, 2, 1, 7}; int t; 9,8 for(int i=0;ia[j+1]) { t=a[j]; } } return 0; a[j] = a[j+1]; a[j+1]=t; 1 pts

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!