Problem :. Write a program that allows users to input a
Added on -2019-09-16
| 1 pages
| 173 words
| 137 views
Trusted by 2+ million users, 1000+ happy students everyday
Problem :Write a program that allows users to input an integer for the size of an array. Randomly generate an integer for each element of the array. Next, create function to rotate the array . Rotation of the array means that each element is shifted right or left by one index, and the last element of the array is also moved to the first place.For example:Enter the number of slots needs in the array: 8This is element of your array: 91 57 18 96 16 49 31 83 Which direction to shift R/L : RHow many times: 2This is element of your array: 31 83 91 57 18 96 16 49For example:Enter the number of slots needs in the array: 3This is element of your array: 31 83 91 Which direction to shift R/L : LHow many times: 2This is element of your array: 91 31 83
Found this document preview useful?
You are reading a preview Upload your documents to download or Become a Desklib member to get accesss