Skip to content

The Fizz Buzz game! Say the number unless it's a multiple of 3 (say "Fizz"), a multiple of 5 (say "Buzz), or both (say "FizzBuzz").

Notifications You must be signed in to change notification settings

darbach/fizz-buzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Overview

An introduction to the (in)famous FizzBuzz coding problem, intended for use as a curriculum module in the Deep Dive Coding Java + Android Bootcamp.

The implementation exercise continues the students' practice in conditionals, iteration, method definition, and method invocation. It also introduces the concepts of decomposition and unit testing, and includes relevant tasks for each.

For details, see contents of docs.

Credits & copyright

This curriculum module was written by Nick Bennett.

© 2020 CNM Ingenuity, Inc. All rights reserved.

About

The Fizz Buzz game! Say the number unless it's a multiple of 3 (say "Fizz"), a multiple of 5 (say "Buzz), or both (say "FizzBuzz").

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published