using System; using System.Collections.Generic; using System.Text; class MainClass { static void Main(string[] args) { decimal myDecimal = 150; double myDouble = 150; } }