Programming Example
Write a program to input 15 integer elements in an array and sort them in ascending order using the bubble sort technique.
Study this program carefully to understand the logic, output, and explanation in a structured way.