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
Get step-by-step solutions from verified subject matter experts
