Browse Source

docs: clarify instructions

DEV-4049-remove-alcohol-terminology
estlop 2 years ago committed by Dav Hojt
parent
commit
8dc30ed978
  1. 2
      subjects/sumthemall/README.md

2
subjects/sumthemall/README.md

@ -2,7 +2,7 @@
### Instructions
Create a program that receives a number of arguments representing whole numbers and displays the sum of the total. If there are not enough arguments or there is an overflow display 0 followed by a new line. If the argument is not a number display 0.
Create a program that receives a number of arguments representing whole numbers and displays the sum of the total. If there are not enough arguments or there is an overflow display 0 followed by a new line. If the argument is not a number display 0 followed by a new line.
### Usage

Loading…
Cancel
Save