Right circular rotation of an array with user choice of n Input:[2,5,3,6,8,2,4],Rotation=2 Output:[3,6,8,2,4,2,5]