Sum of Integers
Write a program to find the sum of the first N natural numbers, where the value of N is provided by the user.
The program may run as follows:
N = ?
5
1 + 2 + ... + 5 = 15