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