Code Challenge #5 FizzBuzz
Welcome back to Great Code Challenges! Learning to Code is an exciting process and one of the best ways to learn is thru actual practice. I have met 100's of people studying Programming searching for a way to practice all the new skills they have encountered. This site is created to inspire you with fun and educational challenges. Let's get started with our 5th Great Code Challenge.
Great Code Challenge #5 FizzBuzz
FizzBuzz is a fun coding challenge. Write a program using any language to replace a selected number and all numbers in a range evenly divisible by the selected number with the word Fizz. Choose another number and replace it and all numbers divisible with Buzz. Any shared numbers divisible by both should display FizzBuzz.
No comments:
Post a Comment