using System; class Sample { public static void Main() { short xShort1 = 2; Console.WriteLine(Math.Sqrt(xShort1)); } }