Search
Finish the method definition given below.
numbers is an array of integers. Given numbers, the method should return a new array with each element converted to its ordinal form (3 becomes 3rd, 2 becomes 2nd, 4 becomes fourth and so on).
numbers