DotNet Mirror
  DNM facebook   DNM Google+   DNM Twitter   

Write a .NET program in to print 1 to 100 numbers without using loop

By Ashok Nalam on 26 Jun 2013 | Category: C# | Tagged: .NET number 
Using loops, it is pretty easy to print numbers from 1 to 100. But with out using loops, we will try to print numbers 1-100.
  Discuss Add Comment   |  
Add rating Rate this resource   

Using loops, it is pretty easy to print numbers from 1 to 100. But with out using loops, we will try to print numbers 1-100. The solution is using recursive function.

Program:

namespace DotNetMirror
{
    class Print_1_To_100_WithOut_Loop
    {
        public static void Main()
        {
            int startNumber = 1;
            PrintNumbers(startNumber);
            Console.ReadLine();
        }
        public static void PrintNumbers(int number)
        {
            if (number <= 100)
            {
                Console.Write("{0},", number);
                PrintNumbers(number + 1);
            }
        }
    }
}

Output:

1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,
58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,

FYI : Using Loop:
for (int i = 1; i <= 100; i++)
{
Console.Write("{0},", i);
}
  Discuss Add Comment    
Add rating Rate this resource   
About the Contributor
Member Since : 10 Dec 2012
Member Points (Level) : 9226  (Professional)
Location : INDIA
Home Page : http://dotnetmirror.com
About : I am admin of this site.
Rate this resource
 
Add your Comment
Name Email WebSite
Captcha Refresh


Comments (0)
No comments found, click here to add comment.
 
cheap jordans|wholesale air max|wholesale jordans|wholesale jewelry|wholesale jerseys