static void Main(string[] args) { AddMultiply x = new AddMultiply(); Console.WriteLine(x.makeExpression(2)); Console.ReadLine(); }