"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.
"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.