Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 377 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 377 Bytes

Fraction Calculator

The Fraction class is an object that holds information about a fraction (numerator and denominator). It will have several constructors and both private and public methods implementing the behavior of a fraction. The FractionCalculator class is a class that will allow the user to enter in fractions and operations, calculating and displaying the result.