Computer Science, asked by jyotinayek076, 10 months ago

WAP in Java to enter 15 numbers in an SDA and arrange them in descending order(using selection
sort technique) and display.

Answers

Answered by puneetgoyal12
0

Answer:

We can create a java program to sort array elements using selection sort. In selection sort algorithm, we search for the lowest element and arrange it to the proper location. We swap the current element with the next lowest number.

Answered by 16mathursiddharth
0

Answer:

We can create a java program to sort array elements using selection sort. In selection sort algorithm, we search for the lowest element and arrange it to the proper location. We swap the current element with the next lowest number.

Explanation:

Similar questions