Challenge: Array rotation

Complete the array rotation challenge.

We'll cover the following...

Right rotation

Write Java code to rotate the specified array arr to the right a given number of times.

Return the right-rotated array. ...