Browse Source

fix the error message according to sol

pull/1941/head
miguel 1 year ago committed by MSilva95
parent
commit
89cce5082d
  1. 2
      subjects/devops/division/README.md

2
subjects/devops/division/README.md

@ -12,7 +12,7 @@ You will need to handle what to do when the inputs are wrong:
- If the arguments are not numbers, the output should be `Error: both arguments must be numeric`.
- In the case where the number of arguments are not enough, the output should be `Error: two numbers should be provided`.
- In the case where the number of arguments are not enough, the output should be `Error: two numbers must be provided`.
Your script should handle very large numbers as well.

Loading…
Cancel
Save