Math.PI Field represents the ratio of the circumference of a circle to its diameter,
using System; class Sample { public static void Main() { Console.WriteLine(Math.PI); } }