Write a program using Solid, that could iterate a set of numbers, and test if it is a multiple of three and five, then print the name of the divisors instead of the number. Using solid principles, with only one If.
git clone https://github.com/lipfreitas/one-if-comparison-challenge
php challenge.php
//output example test 1 to 15
1
2
Three
4
Five
Three
7
8
Three
Five
11
Three
13
14
ThreeAndFive