Sum of integers

Write a program that computes the sum of the first 10 positive integers. Print the resulting sum to the screen like this:

the sum of the first 10 positive integers is: 55

Now modify your program to compute the sum of the first 100 positive integers. Print the resulting sum to the screen like this:

the sum of the first 100 positive integers is: 5050