Sum Calculator
Calculate the sum of numbers separated by commas, spaces, or new lines
Acceptable Data Formats
Type | Your Format Input | Actual Input Processed |
---|---|---|
Column (New Lines) | 42 54 65 47 59 40 53 |
42, 54, 65, 47, 59, 40, 53 |
Comma Separated | 42, 54, 65, 47, 59, 40, 53 | 42, 54, 65, 47, 59, 40, 53 |
Spaces | 42 54 65 47 59 40 53 | 42, 54, 65, 47, 59, 40, 53 |
Mixed Delimiters | 42 54 65,,, 47,,59, 40 53 |
42, 54, 65, 47, 59, 40, 53 |
Link copied to clipboard!