using System;
namespace app11
{
    class app11{
        static void Main(string[]args)
        {
            Console.WriteLine("hello.\n");
            {
                Console.WriteLine("Anup Kumar is a Mechanical Engineer.\n");
                {
                    Console.WriteLine("Anup Kumar is new in Sap.\n");
                    {
                        Console.WriteLine("kindly help in building the gene within Anup Kumar.\n");
                    }
                }
            }
        }
    }
}

Embed on website

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