What I'd like to start off with is a program that can do the following:
- Ask the user how many integers they will be using (we can call this "N")
- Allow the user to input "N" integers
- Calculate the Sum of all integers entered.
Example:
How many integers would you like to add? 7
Enter your 7 integers: 1, 2, 5, 6, 13, 22, 100
Your sum is: 149