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++;
}
}
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: