if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  
 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  
 using System;  
 namespace Loops  
 {  
   class Program  
   {  
     static void Main(string[] args)  
     {  
       /* local variable definition */  
       int a = 10;  
       /* while loop execution */  
       while (a < 20)  
       {  
         Console.WriteLine("value of a: {0}", a);  
         a++;  
       }  
       Console.ReadLine();  
     }  
   }  
 }   
 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  
 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  
3:34 AM
Share:
0 comments: