using System;
namespace application
{
class app1
{
public static void Main(string[]args)
{
if(20>18)
{
Console.WriteLine("Anup Kumar Tirkey is a Mechanical Engineer.");
}
}
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: