Method to take number and of divisible by 3 and 5, prints "fizzbuzz", divisible by 3 only print "fizz" and 5 print "buzz". Rspec tests to test working included.
Another method added that loops through 1 to 100 and prints as above. Test included.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Method to take number and of divisible by 3 and 5, prints "fizzbuzz", divisible by 3 only print "fizz" and 5 print "buzz". Rspec tests to test working included.
Another method added that loops through 1 to 100 and prints as above. Test included.