Exemplo n.º 1
0
        static void Main()
        {
            Heater ht = new Heater();

            ht.BoilWater();
        }