Implement immutable data type rational for rational number, Mathematics

Assignment Help:

Implement an immutable data type Rational for rational numbers that supports addition, subtraction, multiplication and division.

public class Rational


Rational(int numerator, int denominator)

Rational

plus(Rational b)

sum of this number and b

Rational

minus(Rational b)

difference of this number and b

Rational

times(Rational b)

product of this number and b

Rational

divides(Rational b)

quotient of this number and b

boolean

equals(Rational that)

is this number equal to that?

String

toString()

string representation

Notes

  1. You do not have to worry about testing for overflow, but use as instance variables two long values that represent the numerator and denominator to limit the possibility of overflow.
  2. Use Euclid's algorithm to ensure that the numerator and denominator never have any common factors.
  3. Include a test client that exercises all of your methods.

 

 


Related Discussions:- Implement immutable data type rational for rational number

Interpretation of r – problems in interpreting r values, Interpretation of ...

Interpretation of r - Problems in interpreting r values A high value of r as +0.9 or - 0.9 only shows a strong association among the two variables but doesn't imply that th

Explain mixed numbers with examples, Explain Mixed Numbers with examples? ...

Explain Mixed Numbers with examples? Everybody loves a bargain, right? But sometimes these "special deals" aren't what they seem to be. For example, pretend you were at a

Geometry, if two circles O and O''intersect in two points, A and B, the the...

if two circles O and O''intersect in two points, A and B, the the line segment OO is what?

Introduction , what states and marketing tasks?

what states and marketing tasks?

Trigonometry, how to work out consumer arithmetic?

how to work out consumer arithmetic?

Evaluate subsequent proportion, Evaluate subsequent proportion: Examp...

Evaluate subsequent proportion: Example 2: If 5 pounds of apples cost 80 cents, how much will 7 pounds cost? Solution: By using x for the cost of 7 pounds of appl

Conditional statement, if two lines in s plane never intersect then they ar...

if two lines in s plane never intersect then they are parallel

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd