Saved Bookmarks
| 1. |
Write a program in java to implement “Selection sort “ technique for an array of n elements. Thesize of the array is to fed from the keyboard. After the sorting you are required to print the following [5](a) main array : arr1[n]. If the array elements are divisible by 5 then it should be stored to another array (b) Second array : arr2 for printing the numbers divisible by 5. |
|
Answer» MARK as BRAINLEAST FOLLOW ME ♥ |
|