Calculator

c8bc57fb

Noah V.

A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.

Test Suite

78 % complete

Suggestions

  • Revise incorrect test getEndOfNumberIndex. The test failed on line 82 when run against a reference implementation:
    Error: Unresolved compilation problem

Implementation

78 % complete 10 / 10 Tests
  • addition: Passed
  • division: Passed
  • getEndOfNumberIndex: Passed
  • invalidOperator: Passed
  • multiplication: Passed
  • negativeNumbers: Passed
  • nonNegativeDecimal: Passed
  • nonNegativeInt: Passed
  • spaces: Passed
  • subtraction: Passed

Other Submissions