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

55555
4444
333
22
1

class Program

{static void Main(string[] args)

{ 
int i, j;
for (i = 5; i >= 1; i--)

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

{ Console.Write(i);

}
Console.Write("\n");

}Console.ReadLine();

}

}
 
 
 

No comments: