using System;
public class Program
{
public static void Main()
var asdf = System.Math.Round(.625, 2);
Console.WriteLine(asdf);
}