Retired
Multiples! (retired)
3,517 of 5,624Aweson1
Description:
Make a program that takes a value (x) and returns "Bang" if the number is divisible by 3, "Boom" if it is divisible by 5, "BangBoom" if it divisible by 3 and 5, and "Miss" if it isn't divisible by any of them. Note: Your program should only return one value
Ex: Input: 105 --> Output: "BangBoom" Ex: Input: 9 --> Output: "Bang" Ex:Input: 25 --> Output: "Boom"
Fundamentals
Similar Kata:
Stats:
Created | Jul 17, 2015 |
Warriors Trained | 7702 |
Total Skips | 158 |
Total Code Submissions | 10147 |
Total Times Completed | 5624 |
Python Completions | 3517 |
Ruby Completions | 129 |
JavaScript Completions | 2076 |
Total Stars | 41 |
% of votes with a positive feedback rating | 89% of 744 |
Total "Very Satisfied" Votes | 622 |
Total "Somewhat Satisfied" Votes | 83 |
Total "Not Satisfied" Votes | 39 |
Total Rank Assessments | 90 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |