Ejemplo n.º 1
0
 static void Main()
 {
     Liquid c = new Liquid();
     Console.WriteLine(c.Capacity());
 }