int age = 20;

if (age >= 18)
{
    Console.WriteLine("شما بالغ هستید.");
}