using System;
public class Program
{
public static void Main()
var A = 1;
if (A == 1);
Console.WriteLine(" this is true ");
}