Question: Write a code to read input value n from the user and then evaluate ( using loop) and print the sum of the series. 1/2

Write a code to read input value n from the user and then evaluate ( using loop) and print the sum of the series.
"1/2 + 2/3 + 3/4 +.....+n/n+1"
Write code to read input value n from the user and then evaluate (using loop) and print the sum of the series
"n + (n-1) + (n-2)+......+1" For this run a loop starting from n through 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!