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 calculate the following \( 1+3+5+7+\ldots \ldots \ldots+199 \)