Imports System
Public Module Module1
Public Sub Main()
Console.WriteLine(Math.Round(245.885000,2))
End Sub
End Module