Question: -Pseudocode- (by using loop structure) write a program to calculate the sum of following series where n is input by user sum=1+2+3+..+n. (use loop structure)
-Pseudocode- (by using loop structure)
write a program to calculate the sum of following series where n is input by user
sum=1+2+3+..+n. (use loop structure)
2. Write a program to calculate the sum of following series where n is input by user. Sum =1+2+3++n (use loop structure)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
