Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

angversh/FractionCalculator

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
12 Commits
 
 
 
 
 
 

Repository files navigation

FractionCalculator

Input Examples

3/4 / 2/1 = 3/8 —> Division

211/8 * 2/1 = 211/4 —> Multiplication

3/77 - -23/14 = 37/22 —> Subtraction

1/4 + 8/1 = 33/4 —> Addition

Operating Assumptions

  • Only whole integers will make up the expression.
  • Only integers, valid operators and Q or q (as quit) are allowed in expression.
  • The expression contains 2 operands & 1 operator.
  •  

    Unexpected Input Examples

    5 and 2.4 (decimal fraction) —> Invalid Fraction

    5/5 4 (one fraction at a time) —> Invalid Fraction

    2/5 and 0 (division by zero) —> throws IllegalArgumentException 4 denominator

    About

    Fraction Calculator made by HSE Student

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    Packages

    Contributors

    Languages

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.