C#: Shift an element in left direction and return a new array
Shift Elements Left in Array
Write a C# Sharp program to shift an element left and return an array.
Visual Presentation:

Sample Solution:
C# Sharp Code:
Sample Output:
New array: 20 -30 -40 50 10
Flowchart:

C# Sharp Code Editor:
Improve this sample solution and post your code through Disqus
Previous: Write a C# Sharp program to check a given array of integers and return true if the array contains three increasing adjacent numbers.
Next: Write a C# Sharp program to create a new array taking the elements before the element value 5 from a given array of integers.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.