Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 198 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 198 Bytes

FizzBuzz

Victoria B. 3/19/12

This program solves the problem FizzBuzz If a number is divisible by 3 it prints Fizz, if a number is divisible by 5 it prints Buzz, if both are true FizzBuzz