Arrays: Left Rotation

  • + 0 comments

    How can I do this in C++?

    a[newLocation] = in.nextInt();