Skip to content

Command Line Program for calculating operations on fractions

Notifications You must be signed in to change notification settings

CarleenSinton/FractionCalculator

Repository files navigation

Fraction Calculator

Description:

This command line program calculates operations on fractions and is created using C#. Users are asked to input an equation and the answer is then printed in fraction format. Operands and operators are separated by at least one space. Users are able to use the operators *, /, + and -. Operands are able to include fractions, mixed numbers (represented as whole_numerator/denominator), improper fractions, and whole numbers. Results are returned in reduced and mixed format.

Example

? 2/3 * 3_3/4 = 2_1/2

About

Command Line Program for calculating operations on fractions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages