Hamdan-Maharoof / Test8_infs3203

Repository used in INFS3203 course
0 stars 0 forks source link

The addition operation in the Calculator class is performing subtraction. #3

Open mazinthaj opened 7 months ago

mazinthaj commented 7 months ago

Steps to Reproduce

  1. Run the provided calculator program.
  2. Choose the operation "addition."
  3. Enter two numbers to calculate the sum.

Expected Result When selecting the addition operation, the program should calculate the result of adding the first number and second number.

Actual Result The add method is doing subtract operation.

Screenshot 2024-02-07 114507