Hamdan-Maharoof / Test8_infs3203

Repository used in INFS3203 course
0 stars 0 forks source link

Enhancement to code for "square_root" operation. #7

Open mazinthaj opened 9 months ago

mazinthaj commented 9 months ago

Steps to Reproduce

  1. Run the provided calculator program.
  2. Choose the operator "square_root"
  3. Enter two numbers.

Expected result The user is asked to enter a number and the output is the square root of that number.

Actual result The user is asked to enter two numbers and the output is the square root of the first number.

image image