C#: Check whether a given array of integers of length 2, does not contain 15 or 20
Array of Length 2 Does Not Contain 15 or 20
Write a C# Sharp program to check if an array of integers with length 2 does not contain 15 or 20.
Visual Presentation:

Sample Solution:-
C# Sharp Code:
Sample Output:
False False True
Flowchart:

C# Sharp Code Editor:
Improve this sample solution and post your code through Disqus
Previous: Write a C# Sharp program to check whether a given array of integers of length 2, contains 15 or 20.
Next: Write a C# Sharp program to create a new array of integers and length 1 or more. The length of the new array will be double length of the given array and all the elements are 1 except the first element which is equal to the given array.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.