using System; class MainClass { static void Main(string[] args) { decimal MyDecimal = 3.50m; Console.WriteLine(MyDecimal); } }
3.50