Home / Expert Answers / Computer Science / using-python-problem-1-summation-write-a-program-using-while-loop-to-find-the-sum-of-the-first-pa936

(Solved): Using Python: Problem 1: Summation Write a program using while loop to find the sum of the first ...



Using Python:

Problem 1: Summation
Write a program using while loop to find the sum of the first 100 odd numbers.
Hint: So, you need to cal

Problem 1: Summation Write a program using while loop to find the sum of the first 100 odd numbers. Hint: So, you need to calculate the following \( 1+3+5+7+\ldots \ldots \ldots+199 \)


We have an Answer from Expert

View Expert Answer

Expert Answer


Working Code: count = 1 #setting count to 1 summ
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe