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