using System;

namespace app12
{
    class app12
    {
        static void Main(string[]args)
        {
            int i = 0;
            while(i<7)
            {
                Console.WriteLine(i*8);
                Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engineer.");
                Console.WriteLine("Anup Kumar is a Civil officer.");
                Console.WriteLine("Show the Mechanical Viz OT is reporting to Anup Kumar in System.");
                i++;
            }
        }
    }
}

Embed on website

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