static void Main(string[] args) { Add.DisplayAll(); Console.WriteLine("----------------------------"); Subtract.DisplayAll(); Console.WriteLine("----------------------------"); Increment.DisplayAll(); Console.WriteLine("----------------------------"); Multiply.DisplayAll(); Console.WriteLine("----------------------------"); Divide.DisplayAll(); }