Skip to content

The FizzBuzz test writen in Java. The .bluej file is from the IDE I used called BlueJ

Notifications You must be signed in to change notification settings

dmstrat/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

------------------------------------------------------------------------
This is the FizzBuzz Test README File 
------------------------------------------------------------------------

PROJECT TITLE: FizzBuzz
PURPOSE OF PROJECT: To help me learn writing code in Java. The FizzBuzz test is
To find numbers that are divisible by 3 and output Fizz and numbers divisible by 5 to 
Output Buzz. If a number is divisible by 3 and 5, it outputs the text FizzBuzz.
VERSION or DATE: 11/11/19
AUTHORS: Trey Morris

About

The FizzBuzz test writen in Java. The .bluej file is from the IDE I used called BlueJ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages