Question: Write a program that asks the user to input one integer. Then, using a loop, find the sum of 20 consecutive integers from the given

Write a program that asks the user to input one integer. Then, using a loop, find the sum of 20 consecutive integers from the given number. For example, if the user input 10, the program would sum 10 + 11 + 12 + ... + 29 + 30 and print the result. E.g.: Input one integer: 14 Sum of the numbers from 14 to 34 is 504

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!