Sum of Numbers in a String
Write a program that asks the user to enter a series of numbers separated by commas. Here is an example of valid input:
7, 9, 10, 2, 18, 6
The program should calculate and display the sum of all the numbers.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.