Sorting takes an unordered collection and makes it an ordered one.
The program takes input in an array of 10 elements and passes it to the inst_sort() function to sort it.
Sorting takes an unordered collection and makes it an ordered one.
The program takes input in an array of 10 elements and passes it to the inst_sort() function to sort it.
This example demonstrates the use of OR operator to see whether a number is divisible by 2 OR 3.