C#: Display first 10 natural numbers
Write a program in C# Sharp to display the first 10 natural numbers.
Visual Presentation:

Sample Solution:
C# Sharp Code:
Sample Output:
Display the first 10 natural numbers: --------------------------------------- The first 10 natural number are: 1 2 3 4 5 6 7 8 9 10
Flowchart:

C# Sharp Code Editor:
Contribute your code and comments through Disqus.
Previous: C# Sharp programming exercises: For Loop
Next: Write a C# Sharp program to find the sum of first 10 natural numbers.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.