Computer Science, asked by pkkp3830, 6 hours ago

Write a program to enter a 2-D array of size n*n. Replace all the boundary elements by 0. Sort the non-boundary elements in ascending order using bubble sorting. Reprint the array in matrix form

Answers

Answered by shreyanshkr636
1

Answer:

Write a program to enter a 2-D array of size n*n. Replace all the boundary elements by 0. Sort the non-boundary elements in ascending order using bubble sorting. Reprint the array in matrix form

Similar questions