work
This commit is contained in:
parent
1bffa43db4
commit
057783d216
373 changed files with 203 additions and 190 deletions
|
@ -1,15 +0,0 @@
|
|||
importance: 4
|
||||
|
||||
---
|
||||
|
||||
# Sum input numbers
|
||||
|
||||
Write the function `sumInput()` that:
|
||||
|
||||
- Asks the user for values using `prompt` and stores the values in the array.
|
||||
- Finishes asking when the user enters a non-numeric value, an empty string, or presses "Cancel".
|
||||
- Calculates and returns the sum of array items.
|
||||
|
||||
P.S. A zero `0` is a valid number, please don't stop the input on zero.
|
||||
|
||||
[demo]
|
Loading…
Add table
Add a link
Reference in a new issue