Development VB.Net

Imports System
Module Module1
    Sub Main()
        Console.WriteLine(Math.Round(3.44, 1))
    End Sub
End Module