We are providing online training of realtime Live project on Asp.Net MVC with Angular and Web API. For more information click here. If you have any query then drop the messase in CONTACT FORM

Tuesday, June 2, 2015



1
22
333
4444
55555

class Program

{ 
static void Main(string[] args)

{
int i, j;


for (i = 1; i <= 5; i++)

{
for (j = 1; j <= i; j++)


{
Console.Write(i);


}
Console.WriteLine();


}
Console.ReadLine();


}

}
 
 
 

No comments: