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.
? 2/3 * 3_3/4 = 2_1/2