Draft

Multiples2!

466 of 1,448Aweson1

Description:

Make a program that takes input and returns "Fizz" if it is a multiple of 7, "Fang" if it is a mulitple of 49 AND 3, "Foo" if it is a multiple of 15, and "Far" if it is not divisible by any of those.

Note: Your program should only give one output. Note: When you are making your code you should check the divisibility such that it checks 49 and 3 first then 7 then 15. Check the example test codes for examples of the outputs and inputs.

Mathematics

Stats:

CreatedJul 17, 2015
Warriors Trained2116
Total Skips233
Total Code Submissions3278
Total Times Completed1448
Python Completions466
JavaScript Completions745
Ruby Completions275
Total Stars5
% of votes with a positive feedback rating86% of 309
Total "Very Satisfied" Votes250
Total "Somewhat Satisfied" Votes32
Total "Not Satisfied" Votes27
Total Rank Assessments340
Average Assessed Rank
7 kyu
Highest Assessed Rank
1 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • Aweson1 Avatar
  • eyaltra Avatar
  • sebastialonso Avatar
  • Glyxerine Avatar
Ad