C#: Check whether three given integer values are in the range 20..50 inclusive
Check Integers in Range 20-50
Write a C# Sharp program to check whether three given integer values are in the range 20..50 inclusive. Return true if 1 or more of them are in the said range otherwise false.
Visual Presentation:

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

C# Sharp Code Editor:
Improve this sample solution and post your code through Disqus
Previous: Write a C# Sharp program to check two given integers whether either of them is in the range 100..200 inclusive.
Next: Write a C# Sharp program to check whether two given integer values are in the range 20..50 inclusive. Return true if 1 or other is in the said range otherwise false.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.