C#: Create a new array from two given array of integers, each length 3
Merge Two Arrays of Length 3
Write a C# Sharp program to create an array from two arrays of integers, each length 3.
Visual Presentation:

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

C# Sharp Code Editor:
Improve this sample solution and post your code through Disqus
Previous: Write a C# Sharp program to create an array taking two middle elements from a given array of integers of length even.
Next: Write a C# Sharp program to create a new array swapping the first and last elements of a given array of integers and length will be least 1.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.