Ruby - Methods
Given
arr = ["a", "b", "c"], which code will reverse the array and then convert each element to uppercase, modifying arr in place?