(Use the Rational class) Write a program that computes the following summation series using the Rational class:
You will discover that the output is incorrect because of integer overflow (too large). To fix this problem, see Programming Exercise 15.17.
Ref:
(Use BigInteger for the Rational class) Redesign and implement the Rational class in Listing 15.11 using BigInteger for the numerator and denominator.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.