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

Stats:

CreatedJul 25, 2016
Warriors Trained122
Total Skips6
Total Code Submissions249
Total Times Completed76
C# Completions76
Total Stars0
% of votes with a positive feedback rating62% of 43
Total "Very Satisfied" Votes22
Total "Somewhat Satisfied" Votes9
Total "Not Satisfied" Votes12
Total Rank Assessments30
Average Assessed Rank
7 kyu
Highest Assessed Rank
2 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • user4790725 Avatar
Ad