Retired
Fizz buzz! (retired)
Description:
Fizz buzz is a group word game for children to teach them about division.
Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz". Numbers divisible by both 3 and 5 become fizz buzz
Task:
complete the method CalcFizzBuzz(int n) given a input n of type int; and return the result in a string.
If the input is 0, then return a empty string.
Have fun :)
Fundamentals
Arithmetic
Mathematics
Algorithms
Logic
Numbers
Similar Kata:
Stats:
Created | Jul 25, 2016 |
Warriors Trained | 122 |
Total Skips | 6 |
Total Code Submissions | 249 |
Total Times Completed | 76 |
C# Completions | 76 |
Total Stars | 0 |
% of votes with a positive feedback rating | 62% of 43 |
Total "Very Satisfied" Votes | 22 |
Total "Somewhat Satisfied" Votes | 9 |
Total "Not Satisfied" Votes | 12 |
Total Rank Assessments | 30 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 2 kyu |
Lowest Assessed Rank | 8 kyu |