Title Rotating the Array Values to the Left by Two Position
Catalog Type SLCItem
Persistent ID https://pawscomp2.sis.pitt.edu/pcex/pcex_v2/index.html?lang=JAVA&set=arrays.j_array_rotate&ch=JArrayRotateLeftTwice
Platform Name PCEX
Features
Description Construct a program that has a method that receives an array of values and returns the array rotated to the left by 2 position so that the value at the front of the array goes to the second last position, the second value of the array goes to the back, and the order of the other values stays the same. For example, if the array is {1, 2, 3, 4, 5, 6}, the program will change it to {3, 4, 5, 6, 1, 2}.
Keywords arrays
Author Roya Hosseini
Institution University of Pittsburgh
Iframe URL https://pawscomp2.sis.pitt.edu/pcex/pcex_v2/index.html?lang=JAVA&set=arrays.j_array_rotate&ch=JArrayRotateLeftTwice
Protocol PITT, HTML
Protocol URL
License MIT
Programming Language Java
Natural Language en

Preview