using System;
public class Program
{
public static void Main()
Console.WriteLine( "The character {0} has the value {1}" , '1' , ((int) '1') ) ;
}