using System;

namespace app18
{
    class app18
    {
        static void Main(string[]args)
        {
            int i = 0;
            while(i<2)
            {
                Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engineer");
                i++;
            }
            int j = 0;
            while(j<2)
            {
                Console.WriteLine("Anup Kumar Tirkey is a Civil Oficer.");
                j++;
            }
            int k =0;
            while(k<2)
            {
                Console.WriteLine("Anup Kumar Tirkey is Married.");
                k++;
            }
            int m = 0;
            while(m<2)
            {
                Console.WriteLine("Anup Kumar Tirkey is a Cloud Architect.");
                m++;
            }
        }
    }
}

Embed on website

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