Question: In java language: We can use a loop to calculate and display the value of the following series. The pattern seems pretty obvious and ideal
In java language:
We can use a loop to calculate and display the value of the following series. The pattern seems pretty obvious and ideal for a simple loop. As you can see, Were starting the pattern from 1 to 30. Ask the user for the starting value and the ending value and compute the total. I need the value of the total displayed on the screen. So, if the first number is 1 and the last number is 30, we get the following series/pattern.
1/30 + 2/29 + 3/28 ......30/1
Make sure to watch for integer division and the problems with it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
