A good answer might be:It would be nice if the user could say how many terms to sum up. | |
Improved Program SkeletonThe user might want to see the sum of the first 10 terms, for example: Here is the program again, with new blanks for the improvements. Now the number of terms to sum up (e.g., 10) will be a parameter for the value() method:1/1 + 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 + 1/9 + 1/10
| |
QUESTION 12:Fill in the blanks to complete the program. Click Here after you have answered the question |