Ad
  • Default User Avatar

    Yeah I know that title() doesn't work with apostrophes but why would I loop through the string and capitalize, that would be inefficient

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    [[3, 12], [4, 12], [1, 12]] should equal [[24, 84], [28, 84], [7, 84]]
    I have a problem with the tests that already have the same denominator. How do I determine what the new denominator should be? Also, shouldn't [3, 12] be equal to [21, 84]?