C#: Check a given array of integers, length 3 and create a new array
Set 7 to 1 if Followed by 5
Write a C# Sharp program to check a given array of integers length 3 and create a array. If there is a 5 in the given array immediately followed by a 7 then set 7 to 1.
Visual Presentation:

Sample Solution:-
C# Sharp Code:
Sample Output:
New array: 1 5 1
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 conains 10 or 20 twice. The length of the array will be 0, 1, or 2.
Next: Write a C# Sharp program to compute the sum of the two given arrays of integers, length 3 and find the array which has the largest sum.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.