First year university programming course, encountered the following two problems I have to solve

Given an array of ints, print an array with the elements "rotated left"
e.g {1, 2, 3} yields...