C#: Calculate n terms of even natural number and their sum
Write a program in C# Sharp to display the n terms of even natural number and their sum.
Visual Presentation:

Sample Solution:
C# Sharp Code:
Sample Output:
Calculate n terms of even natural number and their sum: --------------------------------------------------------- Input number of terms : 10 The even numbers are :2 4 6 8 10 12 14 16 18 20 The Sum of even Natural Number upto 10 terms : 110
Flowchart:

C# Sharp Code Editor:
Contribute your code and comments through Disqus.
Previous: Write a C# Sharp program to calculate the factorial of a given number.
Next: Write a program in C# Sharp to make such a pattern like a pyramid with number which will repeat the number in the same row
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.