This week I’m working on the LeetCode Reverse Array problem. This function will accept an array of numbers and an integer, the array will rotate to the right by the amount given by the integer. For example, if the array is [1,2,3,4,5,6,7] and the given integer is 3, the final…