Write a program in java to input 10 numbers in a Single Dimension array. Using Selection Sort Technique Arrange the elements in ascending order. Input a number and using Binary Search Technique check whether the number is present in the array or not
Answers
Answered by
0
Answer:
-· Input: Array (elements will be read in program): 25 54 36 12 ... Program to sort an array in ascending order in java ... Enter number for the array elements : 10
Similar questions