akosiraff

Download: Rational Java

Feb 12th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/rational-java/
  3. Question1:
  4. You can define the compareTo method in a class without implementing the Comparable interface. What are the benefits of implementing the Comparable interface?
  5. Question2:
  6. (Use BigInteger for the Rational class) Redesign and implement the Rational class using BigInteger for the numerator and denominator.
  7.  
  8. Download: http://solutionzip.com/downloads/rational-java/
Add Comment
Please, Sign In to add comment