Need the Pseudocode for this.
Assume that a file containing a series of integers is named numbers.txt. Design a program to read all numbers into an array. Then sort the array in descending order using bubble sort, or selection sort, or insertion sort. Then write the sorted array into another file named result.txt
numbers.txt =
123 52 68 159 87 36 268 43 87 189 358 458 195 65 85 600