using System;
public class Program
{
public static void Main()
int yas;
yas = 23;
Console.Write("Yaş: ");
Console.WriteLine(yas);
}