Ad
  • Custom User Avatar

    reopened at the top, closing here.

  • Custom User Avatar

    Where can I see the test cases?

  • Custom User Avatar

    "Multiple" is misspelled as "mulitple" in the first sentence.
    The instructions should list the desired results in order of precedence:
    Make a function that takes an integer and returns
    "Fang" if it is a multiple of 49 AND 3,
    "Fizz" if it is a multiple of 7,
    "Foo" if it is a multiple of 15,
    and "Far" if it is not divisible by any of those.