C#: Compute the sum of the three integers. If one of the values is 13 then do not count it and its right towards the sum
Sum of Three Integers Ignoring 13 and Right
Write a C# Sharp program to compute the sum of the three integers. If one of the values is 13 then do not count it and its right towards the sum.
Visual Presentation:

Sample Solution:-
C# Sharp Code:
Sample Output:
16 23 10 0
Flowchart:

C# Sharp Code Editor:
Improve this sample solution and post your code through Disqus
Previous: Write a C# Sharp program to compute the sum of three given integers. If the two values are same return the third value.
Next: Write a C# Sharp program to compute the sum of the three given integers. However, if any of the values is in the range 10..20 inclusive then that value counts as 0, except 13 and 17.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.