News

The_Sum_OF_Consecutive_Numbers I wrote a program that asked the user to type in a limit, calculated the sum of consecutive numbers (1 + 2 + 3 + ...) until the sum was at least equal to the limit, and ...