Computer Science, asked by jash2826x, 2 months ago

Write a program to find the sum of the natural numbers from 31-50(both numbers inclusive)
using for loop.

Answers

Answered by patildhanaji340
0

Answer:

Algorithm to find the sum of numbers in a given range · Input the start and end numbers. · Initialize sum = 0. · Repeat

Similar questions