Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 174 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 174 Bytes

FizzBuzzJava

FizzBuzz built in Java. Iterates from 1 to 100, printing "Fizz" if divisible by 3, "Buzz" if divisible by 5, both if both apply, and the number if none apply.