Create a simple program that will print out the summation of the numbers from 1 to the entered number. Input:Input limit value:5 Output:Summation is:15
Create a simple program that will print out the summation of the numbers from 1 to the entered number.Input:Input limit value:5Output:Summation is:15Input:Input limit value:7Output:Summation is:28