using System;

namespace app6
{
    class app6{
        static void Main(string[]args)
        {
            int i ;
            for(i=0;i<4;i++)
            {
                Console.WriteLine("Anup Kumar TIrkey is a Civil officer.");
            }
            int j;
            for(j=0;j<3;j++)
            {
                Console.WriteLine("Anup Kumar Tirkey is married.");
            }
            int k;
            for(k=0;k<3;k++)
            {
                Console.WriteLine("Anup Kumar Tirkey is complete 10 Year in Petrolum");
            }
            int m;
            for(m=0;m<3;m++)
            {
                Console.WriteLine("Anup Kumar is work to develop a dialogue with nation to nation.");
            }
            int n;
            for(n=0;n<2;n++)
            {
                Console.WriteLine("started init AK for 6 approx officially. However, my name is Anup Kumar Tirkey.");
            }
        }
    }
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: