WHy im i getting this error?
namespace CalculatorTest { public class Calculator { public int operand1; public int operand2; p
That's it, the error CS7036 in C# is that your class is calling a constructor that have no parameters, but it should have parameters.