using System;

namespace app9
{
    class app9
    {
        static void Main(string[]args)
        {
            int i =0;
            while(i<2)
            {
                Console.WriteLine("Anup Kumar is a Civil Officer.");
                i++;
            }
            int j = 0;
            while(j<2)
            {
                Console.WriteLine("Anup Kumar is a Mechanical Engineer.");
                j++;
            }
            int k = 0;
            while(k<2)
            {
                Console.WriteLine("Anup Kumar is worked on Project viz Solar.however is not project by Mgmt");
                k++;
            }
            int l =0;
            while(l<2)
            {
                Console.WriteLine("for your info. Anup Kumar is in Mgmt.Busy.");
                l++;
            }
        }
    }
}

Embed on website

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