What will be the second step for the following input?
Input: 213 294 46 89 142 385 479
None of these
Here the rule followed is: numbers are getting arranged in descending order. The largest of the given numbers interchanges its place with the first number. [In case the largest number is already arranged, the second largest is interchanged with the number next to the largest no., and so on until the numbers are arranged in descending order.