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
Similar Kata:
Stats:
Created | Jul 17, 2015 |
Warriors Trained | 2116 |
Total Skips | 233 |
Total Code Submissions | 3278 |
Total Times Completed | 1448 |
Python Completions | 466 |
JavaScript Completions | 745 |
Ruby Completions | 275 |
Total Stars | 5 |
% of votes with a positive feedback rating | 86% of 309 |
Total "Very Satisfied" Votes | 250 |
Total "Somewhat Satisfied" Votes | 32 |
Total "Not Satisfied" Votes | 27 |
Total Rank Assessments | 340 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 1 kyu |
Lowest Assessed Rank | 8 kyu |